Skip to content

Instantly share code, notes, and snippets.

@aratak
Created November 11, 2016 18:36
Show Gist options
  • Save aratak/4324b51b1cf9452ef13929e60a21363b to your computer and use it in GitHub Desktop.
Save aratak/4324b51b1cf9452ef13929e60a21363b to your computer and use it in GitHub Desktop.
find . -name '*.*' ! -type d -exec bash -c 'expand -t 2 "$0" > /tmp/e && mv /tmp/e "$0"' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment