Sample Header Ad - 728x90

What do these numbers in a 'hexdump' of a file mean?

6 votes
1 answer
3522 views
I created a simple file, *1.txt*: echo "hello" >> 1.txt Then I dumped it: hexdump 1.txt And the terminal output: 0000000 68 65 6c 6c 6f 0a 0000006 What do 0000000 and 0000006 mean?
Asked by ArchiT3K (597 rep)
Sep 30, 2015, 10:52 AM
Last activity: Apr 20, 2021, 07:49 PM