Skip to content

Instantly share code, notes, and snippets.

@sueharaluke
Created October 6, 2017 07:17
Show Gist options
  • Save sueharaluke/11fc9c39151c6a6b135187d205ea3d17 to your computer and use it in GitHub Desktop.
Save sueharaluke/11fc9c39151c6a6b135187d205ea3d17 to your computer and use it in GitHub Desktop.
Delete .DS_Store from terminal
find / -name "削除したいファイル" -print -exec rm -rf {} ";"
例:
find / -name ".DS_Store" -print -exec rm -rf {} ";"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment