由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - find command (转载)
相关主题
低级问题,关于子进程创建。[转载] Re: about incoming email
"Find ... -exec ..." script never ends.some wt
菜鸟一问help! Re: some wt
再次急问: *.tgz 文件怎么解?怎样改成tcsh?
双面打印Question about DDD Debugger
help on job control commandsscript问题----运行多个文件
wait on line: simple questionRemove core.xxxx files?
How to use the command history in SUN?exec 求救
相关话题的讨论汇总
话题: find话题: command话题: feb
进入Unix版参与讨论
1 (共1页)
i**p
发帖数: 902
1
【 以下文字转载自 Linux 讨论区 】
发信人: isup (No), 信区: Linux
标 题: find command
发信站: BBS 未名空间站 (Thu Feb 28 00:17:41 2008)
怎样一次删除一个用户创建的所有文件?
h**o
发帖数: 548
2
find -r dir?

【在 i**p 的大作中提到】
: 【 以下文字转载自 Linux 讨论区 】
: 发信人: isup (No), 信区: Linux
: 标 题: find command
: 发信站: BBS 未名空间站 (Thu Feb 28 00:17:41 2008)
: 怎样一次删除一个用户创建的所有文件?

c****j
发帖数: 258
3
find . -user xxx -type f -exec rm {} \;

【在 i**p 的大作中提到】
: 【 以下文字转载自 Linux 讨论区 】
: 发信人: isup (No), 信区: Linux
: 标 题: find command
: 发信站: BBS 未名空间站 (Thu Feb 28 00:17:41 2008)
: 怎样一次删除一个用户创建的所有文件?

1 (共1页)
进入Unix版参与讨论
相关主题
exec 求救双面打印
欢迎加入俱乐部python (转载)help on job control commands
Re: [转载] How to find match { ?wait on line: simple question
Re: Find files and deleteHow to use the command history in SUN?
低级问题,关于子进程创建。[转载] Re: about incoming email
"Find ... -exec ..." script never ends.some wt
菜鸟一问help! Re: some wt
再次急问: *.tgz 文件怎么解?怎样改成tcsh?
相关话题的讨论汇总
话题: find话题: command话题: feb