Skip to content

Instantly share code, notes, and snippets.

@sebw
Created August 25, 2013 12:53
Show Gist options
  • Save sebw/6333722 to your computer and use it in GitHub Desktop.
Save sebw/6333722 to your computer and use it in GitHub Desktop.
dd Print characters from byte number 387680 through 388680 in the file randomnumbers.txt
dd if=randomnumbers.txt bs=1 skip=387680 count=1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment