Last active
August 29, 2015 14:21
-
-
Save kastnerkyle/ed347fff7a4696b1059b to your computer and use it in GitHub Desktop.
Useful Bash and other tricks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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