Skip to content

Instantly share code, notes, and snippets.

@embassem
Created April 12, 2020 11:16
Show Gist options
  • Save embassem/0abccd10715b91f8d7ea375b55ad31d9 to your computer and use it in GitHub Desktop.
Save embassem/0abccd10715b91f8d7ea375b55ad31d9 to your computer and use it in GitHub Desktop.
DS_Store remove
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