seouri (owner)

Revisions

gist: 66924 Download_button fork
public
Public Clone URL: git://gist.github.com/66924.git
Embed All Files: show embed
Bash #
1
2
3
4
find . -name "Thumbs.db" -exec rm '{}' \;
find . -name ".DS_Store" -exec rm '{}' \;
find . -name "*.THM" -exec rm '{}' \;
find . -name "*._*" -exec rm '{}' \;