Skip to content

Instantly share code, notes, and snippets.

@sdpjswl
Created April 15, 2015 04:59
Show Gist options
  • Select an option

  • Save sdpjswl/9c658e0c56a1fdb3cf05 to your computer and use it in GitHub Desktop.

Select an option

Save sdpjswl/9c658e0c56a1fdb3cf05 to your computer and use it in GitHub Desktop.
Remove .DS_Store files from a directory
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