Skip to content

Instantly share code, notes, and snippets.

@QuaCKeReD
Created May 17, 2013 16:16

Revisions

  1. Mark Kelly revised this gist May 17, 2013. No changes.
  2. Mark Kelly revised this gist May 17, 2013. 2 changed files with 1 addition and 1 deletion.
    1 change: 0 additions & 1 deletion remove_dsstore-appledouble → remove .AppleDouble folders
    Original file line number Diff line number Diff line change
    @@ -1,2 +1 @@
    find / -type f -name ".DS_Store" -depth -exec rm {} \;
    find / -type d -name ".AppleDouble" -depth -exec rm -Rf {} \;
    1 change: 1 addition & 0 deletions remove .DS_Store files
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    find / -type f -name ".DS_Store" -depth -exec rm {} \;
  3. Mark Kelly revised this gist May 17, 2013. No changes.
  4. Mark Kelly renamed this gist May 17, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  5. Mark Kelly created this gist May 17, 2013.
    2 changes: 2 additions & 0 deletions new_gist_file
    Original 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 {} \;