Skip to content

Instantly share code, notes, and snippets.

@jwlms
Forked from bluefuton/gist:1468061
Last active August 29, 2015 14:19
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 jwlms/bf7afd0585c5d6cfbcaa to your computer and use it in GitHub Desktop.
Save jwlms/bf7afd0585c5d6cfbcaa to your computer and use it in GitHub Desktop.
find . -name "*[format]" | while read line; do expand -t 4 $line > $line.new; mv $line.new $line; done
@jwlms
Copy link
Author

jwlms commented Apr 25, 2015

Replace [Tabs] with [Spaces].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment