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
Last activity: Apr 20, 2021, 07:49 PM