/ Published in: Bash
browse to directory and enter
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find * -name '*.ext' -exec rm '{}' + # where .ext is the extension you are wishing to delete (eg .jpg).
URL: http://www.go2linux.org/uses-command-find