Created
December 31, 2008 17:17
-
-
Save benatkin/42055 to your computer and use it in GitHub Desktop.
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
# convert from 3 spaces to 4 spaces | |
cat test.py | unexpand -t 3 --first-only | expand -t 4 --initial | |
# requires GNU expand & unexpand | |
# on mac, run "sudo port install macports" & prefix unexpand/expand with a g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment