Advertisement
hackerboxes

linux write file

Aug 16th, 2012
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #!/bin/sh
  2. cat >a.txt<<EOF
  3. a dasfiidsiaf
  4. dsaf
  5. dsfaidsaf
  6. dsafasdf
  7. dsafsda
  8. EOF
  9. cat >a.txt <<EOF
  10. c
  11. dasf
  12.  
  13.  
  14. sdafafsd
  15. EOF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement