[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: deleting specific files



find /dir -name "*.doc" -exec rm -rf {} \;

Jason

> 
> Hi debianers!
> I need to delete a bunch of files, all of them of the form 
> *.doc, scattered 
> into several subdirectories inside a given directory. What 
> should I do?
> (a couple of month ago I posted a similar email, but 
> unfortunatly I deleted 
> the very clever answer by accident. I surfed the archives, 
> but without success)
> 
> Thanks in advance for the help
> 
> Marcelo 
> 
> -- 
> Marcelo Chiapparini
> DFT-IF/UERJ
> chiappa@uerj.br
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact 
> listmaster@lists.debian.org
> 



Reply to: