Skip to content

Instantly share code, notes, and snippets.

@nurulimamnotes
Created May 21, 2016 07:47
Show Gist options
  • Save nurulimamnotes/6cfdb9cfce6e9219d253ccfc824657ba to your computer and use it in GitHub Desktop.
Save nurulimamnotes/6cfdb9cfce6e9219d253ccfc824657ba to your computer and use it in GitHub Desktop.
Remove .DS_Store Mac / Linux
sudo find / -name ".DS_Store" -depth -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment