Skip to content

Instantly share code, notes, and snippets.

@yayMark
Created April 6, 2018 22:03
Show Gist options
  • Save yayMark/b581266c8192b9bed2a68631046daacd to your computer and use it in GitHub Desktop.
Save yayMark/b581266c8192b9bed2a68631046daacd to your computer and use it in GitHub Desktop.
Linux command line: Find files recursively, then delete them
find . -name .DS_Store
# find . -name .DS_Store -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment