Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2021
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. $ hd --version
  2. hd from util-linux 2.36.1
  3. $ echo testtesttesttest | hd
  4. 00000000 74 65 73 74 74 65 73 74 74 65 73 74 74 65 73 74 |testtesttesttest|
  5. 00000010 0a |.|
  6. 00000011
  7. $ echo testtesttesttest | hd -C
  8. 00000000 74 65 73 74 74 65 73 74 74 65 73 74 74 65 73 74 |testtesttesttest|
  9. 00000000 74 65 73 74 74 65 73 74 74 65 73 74 74 65 73 74 |testtesttesttest|
  10. 00000010 0a |.|
  11. 00000010 0a |.|
  12. 00000011
  13. $ echo testtesttesttest | hd -CC
  14. 00000000 74 65 73 74 74 65 73 74 74 65 73 74 74 65 73 74 |testtesttesttest|
  15. 00000000 74 65 73 74 74 65 73 74 74 65 73 74 74 65 73 74 |testtesttesttest|
  16. 00000000 74 65 73 74 74 65 73 74 74 65 73 74 74 65 73 74 |testtesttesttest|
  17. 00000010 0a |.|
  18. 00000010 0a |.|
  19. 00000010 0a |.|
  20. 00000011
  21. $
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement