Skip to content

Instantly share code, notes, and snippets.

@robc
Created February 15, 2016 18:28
Show Gist options
  • Save robc/a900d325109cf1c29e63 to your computer and use it in GitHub Desktop.
Save robc/a900d325109cf1c29e63 to your computer and use it in GitHub Desktop.
# Change "~/Emulation/C64" to the base path you want to start from!
find ~/Emulation/C64 -name "._*" -o -name ".DS_Store" | sed 's/.*/"&"/' | xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment