Revision: 54727
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 10, 2012 00:22 by klovera
Initial Code
find * -name '*.ext' -exec rm '{}' + # where .ext is the extension you are wishing to delete (eg .jpg).
Initial URL
http://www.go2linux.org/uses-command-find
Initial Description
browse to directory and enter
Initial Title
Remove files by extension
Initial Tags
Initial Language
Bash