Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. echo -e “n” >> BackupCommands && ( echo “ls --color=auto | ls /home/student/restored && echo -e “n” “) >> BackupCommands && ls /home/student/restored && echo -e “n” >> BackupCommands && ls /home/student/restored >> myfiles.txt
  2.  
  3. echo -e “n” >> BackupCommands && ( echo “ls --color=auto | Grep “.” BackupCommands && grep “.” BackupCommands >> BackupCommandsOutput.txt”) >> BackupCommands && echo -e “n” >> BackupCommands && ls --color=auto | Grep “.” BackupCommands && grep “.” BackupCommands >> BackupCommandsOutput.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement