Skip to content

Instantly share code, notes, and snippets.

@kastnerkyle
Last active August 29, 2015 14:21
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 kastnerkyle/ed347fff7a4696b1059b to your computer and use it in GitHub Desktop.
Save kastnerkyle/ed347fff7a4696b1059b to your computer and use it in GitHub Desktop.
Useful Bash and other tricks
for f in *.ipynb ; do echo $f; aspell list < "$f" | sort | uniq -c ; done | less
2to3 -f imports folder/path | patch -p0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment