Skip to content

Instantly share code, notes, and snippets.

@hesoyamcode
Created July 1, 2018 18:42
Show Gist options
  • Save hesoyamcode/73ed1f24e18642be3fd3dd14f0e8a7ee to your computer and use it in GitHub Desktop.
Save hesoyamcode/73ed1f24e18642be3fd3dd14f0e8a7ee to your computer and use it in GitHub Desktop.
Remove .DS_Store
cd into directory you want to remove .DS_Store
then type
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