Skip to content

Instantly share code, notes, and snippets.

@himinseop
Created March 27, 2014 08:08
Show Gist options
  • Select an option

  • Save himinseop/9802656 to your computer and use it in GitHub Desktop.

Select an option

Save himinseop/9802656 to your computer and use it in GitHub Desktop.
remove file by filename
find . -name '*DS_Store' -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment