Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. strace echo 'a
  2. b
  3. c' > file
  4.  
  5. write(1, "anbncndn", 8) = 8
  6.  
  7. strace echo 'a
  8. b
  9. c
  10. d' > /dev/pts/0
  11.  
  12. write(1, "an", 2) = 2
  13. write(1, "bn", 2) = 2
  14. write(1, "cn", 2) = 2
  15. write(1, "dn", 2) = 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement