Skip to content

Instantly share code, notes, and snippets.

@jorgegorka
Created October 4, 2013 10:02
Show Gist options
  • Save jorgegorka/6823696 to your computer and use it in GitHub Desktop.
Save jorgegorka/6823696 to your computer and use it in GitHub Desktop.
delete a file recursively os x
find . -name '*.DS_Store' -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment