Skip to content

Instantly share code, notes, and snippets.

@mahdiyazdani
Created November 30, 2019 08:46
Show Gist options
  • Save mahdiyazdani/d38acfbbc9e5258b135f2b6d800f247d to your computer and use it in GitHub Desktop.
Save mahdiyazdani/d38acfbbc9e5258b135f2b6d800f247d to your computer and use it in GitHub Desktop.
Recursively remove .DS_Store
$ cd to/your/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