Created
March 15, 2014 12:46
-
-
Save e2kaneko/9566675 to your computer and use it in GitHub Desktop.
Linuxサーバ上の.DS_Store一括削除 ref: http://qiita.com/kaneko_tomo/items/1a8421dea7a1551a439d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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