Guest User

Untitled

a guest
Aug 23rd, 2014
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. matteo@teolapkubuntu:~$ hd test.txt
  2. 00000000 04 68 65 6c 6c 6f 04 77 6f 72 6c 64 21 0a 04 0a |.hello.world!...|
  3. 00000010 68 65 6c 6c 6f 20 77 6f 72 6c 64 21 0a 04 0a 0a |hello world!....|
  4. 00000020 04 0a 68 65 6c 6c 6f 20 77 6f 72 6c 64 21 0a |..hello world!.|
  5. 0000002f
  6. matteo@teolapkubuntu:~$ cat -v test.txt
  7. ^Dhello^Dworld!
  8. ^D
  9. hello world!
  10. ^D
  11.  
  12. ^D
  13. hello world!
  14. matteo@teolapkubuntu:~$ cat test.txt
  15. helloworld!
  16.  
  17. hello world!
  18.  
  19.  
  20.  
  21. hello world!
  22. matteo@teolapkubuntu:~$ cat test.txt | cat
  23. helloworld!
  24.  
  25. hello world!
  26.  
  27.  
  28.  
  29. hello world!
  30. matteo@teolapkubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment