Skip to content

Instantly share code, notes, and snippets.

@dave1010
Created April 1, 2011 14:51
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 dave1010/898262 to your computer and use it in GitHub Desktop.
Save dave1010/898262 to your computer and use it in GitHub Desktop.
os-error-codes.sh
for i in `seq 0 132`; do python -c "import os; print '$i ' + os.strerror($i)"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment