Weblog - 1 items for shell
Recursively delete files on a wildcard match
29 Jun 2008
find . -name "*.ext" -exec rm '{}' ';'
Will recursively delete all files under the current dir containing .ext in the filename.

find . -name "*.ext" -exec rm '{}' ';'
Will recursively delete all files under the current dir containing .ext in the filename.
| © Level Systems 2007 | Email: info@levelsystems.net Port: +33 (0) 6 09 81 06 00 Tel: +33 (0) 9 70 46 63 37 |
|---|