Skip to content

Instantly share code, notes, and snippets.

@volkovasystems
Created January 22, 2015 05:07
Show Gist options
  • Save volkovasystems/823431f9d8531c1db7c7 to your computer and use it in GitHub Desktop.
Save volkovasystems/823431f9d8531c1db7c7 to your computer and use it in GitHub Desktop.
Expand command
find . -iname '*.less' ! -type d -exec bash -c 'expand -t 4 "$0" > e && mv e "$0"' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment