Skip to content

Instantly share code, notes, and snippets.

@smirn0v
Created December 14, 2013 17:36
Show Gist options
  • Save smirn0v/7962256 to your computer and use it in GitHub Desktop.
Save smirn0v/7962256 to your computer and use it in GitHub Desktop.
Check endianess
echo -n I | hexdump -o | awk '{ print substr($2,6,1); exit}'
# 0 for big endian
# 1 for little endian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment