Skip to content

Instantly share code, notes, and snippets.

@devnowcommit
Created November 11, 2018 06:51
Show Gist options
  • Save devnowcommit/202481a200be2a6af1e99f911881b66d to your computer and use it in GitHub Desktop.
Save devnowcommit/202481a200be2a6af1e99f911881b66d to your computer and use it in GitHub Desktop.
#Hexdump the first 120 bytes of this man page with 12 octets per line.
% xxd -l 120 -c 12 xxd.1
0000000: 2e54 4820 5858 4420 3120 2241 .TH XXD 1 "A
000000c: 7567 7573 7420 3139 3936 2220 ugust 1996"
0000018: 224d 616e 7561 6c20 7061 6765 "Manual page
0000024: 2066 6f72 2078 7864 220a 2e5c for xxd"..\
0000030: 220a 2e5c 2220 3231 7374 204d "..\" 21st M
000003c: 6179 2031 3939 360a 2e5c 2220 ay 1996..\"
0000048: 4d61 6e20 7061 6765 2061 7574 Man page aut
0000054: 686f 723a 0a2e 5c22 2020 2020 hor:..\"
0000060: 546f 6e79 204e 7567 656e 7420 Tony Nugent
000006c: 3c74 6f6e 7940 7363 746e 7567 <tony@sctnug
@devnowcommit
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment