Skip to content

Instantly share code, notes, and snippets.

@geoffyuen
Created September 7, 2013 01:24
Show Gist options
  • Save geoffyuen/6472004 to your computer and use it in GitHub Desktop.
Save geoffyuen/6472004 to your computer and use it in GitHub Desktop.
Even though it's documented as recursive, dot_clean does not work recursively. Do this instead.
(find . -type d | xargs dot_clean -m)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment