Advertisement
syad28

OS Test

Mar 20th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. (test -f WES150009.txt && echo "File Found" || echo "File Not Found" && (touch WES150009.txt && echo "Creating File Now...")) && (echo "Program Start" >> WES150009.txt && tail -20 /var/log/syslog >> WES150009.txt && echo "Copying") && (echo "Process Complete" && echo "Done" >> WES150009.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement