许多人都这样说,请问是什么情况?

在 2011-01-28五的 20:08 +0800,forest chen写道:
> 在 Lten 目录下执行,我侧试过了可行
> 
> > find ./ -name "1.txt" | xargs rm -r
> >
> 
> 另外,请立即停止使用你现在的邮件客户端,太可怕了.
> 
> 
> 
> 
> 2011/1/28 fengjian <[email protected]>
> 
> > On Fri, Jan 28, 2011 at 06:37:23PM +0800, [email protected] wrote:
> > > 我想删除/media/Lten/下及子目录的所有1.txt,谁能给点提示?
> > > 我用的是ubuntu10.10,cd安装的,用的gnome-terminal终端,在此之前我Google
> > > 了一下,可是找到的都是Windows下的方法或者不能删除子目录下的文件。查了一
> > > 下ubuntu手册,上面也没找到。
> > >
> > find /media/Lten/ -name 1.txt -exec rm '{}' \;
> > >
> > > --
> > > ubuntu-zh mailing list
> > > [email protected]
> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
> >
> > --
> > ubuntu-zh mailing list
> > [email protected]
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
> >
> -------------- 下一部分 --------------
> 一个HTML附件被移除...
> URL: 
> <https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20110128/7a78bbd0/attachment.html>



-- 
ubuntu-zh mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

回复