/ Published in: Bash
URL: http://www.go2linux.org/uses-command-find
browse to directory and enter
Expand |
Embed | Plain Text
find * -name '*.ext' -exec rm '{}' + # where .ext is the extension you are wishing to delete (eg .jpg).
You need to login to post a comment.
