Skip to content

Instantly share code, notes, and snippets.

@taq
Created April 12, 2012 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taq/2370689 to your computer and use it in GitHub Desktop.
Save taq/2370689 to your computer and use it in GitHub Desktop.
Lendo um double do arquivo, em shell.
od --skip-bytes=4 --read-bytes=8 -t fD -An teste.bin | printf "%.0f" $(tr -d ' ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment