LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   remove save file, many directories (https://www.linuxquestions.org/questions/linux-newbie-8/remove-save-file-many-directories-221213/)

jamaas 08-23-2004 04:26 AM

remove save file, many directories
 
Anyone tell me a command or script to remove the same filename from many different directories in the same tree, and leave the rest untouched?

many thanks

Jim

whansard 08-23-2004 05:01 AM

find . -type f -name filename.sav -exec rm {} \;


All times are GMT -5. The time now is 07:06 AM.