Skip to content

Instantly share code, notes, and snippets.

@e2kaneko
Created March 15, 2014 12:46
Show Gist options
  • Save e2kaneko/9566675 to your computer and use it in GitHub Desktop.
Save e2kaneko/9566675 to your computer and use it in GitHub Desktop.
Linuxサーバ上の.DS_Store一括削除 ref: http://qiita.com/kaneko_tomo/items/1a8421dea7a1551a439d
find . -name .DS_Store -exec rm -fr {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment