Miscellaneous Linux notes and tricks.
od
od -Ax -tcz
seq
Nice one (from Debian):
cat /usr/bin/xpdf #!/bin/bash LANG=C LC_ALL=C export LANG LC_ALL exec -a xpdf xpdf.bin "$@"