Skip to content

Instantly share code, notes, and snippets.

@nikhan
Created March 16, 2015 23:47
Show Gist options
  • Save nikhan/96ff755cb129334c2145 to your computer and use it in GitHub Desktop.
Save nikhan/96ff755cb129334c2145 to your computer and use it in GitHub Desktop.
recursive dot_clean
If you need a recurisve dot clean and your folders have spaces in them:
find . -type d | sed 's/^/"/g' | sed 's/$/"/g' | xargs dot_clean -m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment