Skip to content

Instantly share code, notes, and snippets.

@paazmaya
Created June 17, 2014 12:05
Show Gist options
  • Save paazmaya/724027afa3caff56cedd to your computer and use it in GitHub Desktop.
Save paazmaya/724027afa3caff56cedd to your computer and use it in GitHub Desktop.
Tabs to two spaces
find . -maxdepth 8 -type f -name '*.haml' -exec sh -c 'expand -t 2 {} > {}.new && mv {}.new {}' ';'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment