Revision: 4475
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 19, 2007 11:37 by therobot
Initial Code
find samba/ -iname '*.mpg' -o -iname '*.avi' -o -iname '*.mov' -o -iname '*.mpeg' -o -iname '*.wmv' -exec rm -f '{}' \;
Initial URL
http://snipplr.com/view/4363/howto-find-files-on-your-computer-with-find/
Initial Description
Initial Title
deleting files of certain types from the command line
Initial Tags
find
Initial Language
Bash