Created
May 17, 2013 16:16
Revisions
-
Mark Kelly revised this gist
May 17, 2013 . No changes.There are no files selected for viewing
-
Mark Kelly revised this gist
May 17, 2013 . 2 changed files with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1 @@ find / -type d -name ".AppleDouble" -depth -exec rm -Rf {} \; 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ find / -type f -name ".DS_Store" -depth -exec rm {} \; -
Mark Kelly revised this gist
May 17, 2013 . No changes.There are no files selected for viewing
-
Mark Kelly renamed this gist
May 17, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Mark Kelly created this gist
May 17, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ find / -type f -name ".DS_Store" -depth -exec rm {} \; find / -type d -name ".AppleDouble" -depth -exec rm -Rf {} \;