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

Re: 请教:如果删除目录里的一系列 文件?



Hi there,

find /path -name tags -exec rm {} \;

Cheers,
pnt 

On 5/10/05, alsor_zhou <alsor_zhou@163.com> wrote:
> 
> 
> schlank 写道:
> > 在一个目录树中usr/src中,很多层目录中都有一个tags文件.
> > 一个一个删除很麻烦,请问有没有办法用命令一次删除?
> 	rm -f `find <path>/usr/src -name tags`
> > 谢谢
> > 
> > 
> >                 schlank
> > 
> > 
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-chinese-gb-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org
> 
>

Reply to: