由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - 问个find的问题
相关主题
问个关于find 的问题why find_vpid() need a rcu_lock() ?
gentoo's kde is 4.2.1 nowHow to find the first decimal number in a string ?
请教bash命令find a file in linux but got permission denied as admiin (转载)
find问题mount 后的权限问题
where to find Linux source code?求解决方法:Fedora系统下 google chrome, firefox 浏览器下中文字体看起来很虚
A question about two linux commandsdebian下的unrar-free不能用了...
求助, 为什么用find -exec 就没权限cp文件问个find的问题 (转载)
Can't find cdrom under Fedora你们都怎么回答阿三"How did you find out....?"
相关话题的讨论汇总
话题: zp话题: xxxx话题: tmp话题: yyyy0话题: yyy1
进入Linux版参与讨论
1 (共1页)
y***a
发帖数: 840
1
/tmp/zp/F/ > ls -R
.:
xxxx yyy1 yyyy0
./xxxx:
11 22
./xxxx/11:
./xxxx/22:
222
./xxxx/22/222:
./xxxx/33:
./xxxx/44:
./yyy1:
f0
./yyyy0:
f3
我想把F目录里所有文件列出来, 其中xxxx中有11, 22, 33, 44 这四个目录。 我只
想要22中的。 用FIND命令搞不定:
》 find /tmp/zp/F/ -path "/tmp/zp/F/xxxx*" ! -path "/tmp/zp/F/xxxx/22*" -
prune -o -name "*" -print
/tmp/zp/F/
/tmp/zp/F/yyy1
/tmp/zp/F/yyy1/f0
/tmp/zp/F/yyyy0
/tmp/zp/F/yyyy0/f3
我本来想只搜进xxxx/22, 但是现在好像整个xxxx都被忽略了。哪边有问题?
1 (共1页)
进入Linux版参与讨论
相关主题
你们都怎么回答阿三"How did you find out....?"where to find Linux source code?
推荐个修建树枝的pole saw吧A question about two linux commands
how to prune a tree near a house?求助, 为什么用find -exec 就没权限cp文件
how to safely prune a tree near a houseCan't find cdrom under Fedora
问个关于find 的问题why find_vpid() need a rcu_lock() ?
gentoo's kde is 4.2.1 nowHow to find the first decimal number in a string ?
请教bash命令find a file in linux but got permission denied as admiin (转载)
find问题mount 后的权限问题
相关话题的讨论汇总
话题: zp话题: xxxx话题: tmp话题: yyyy0话题: yyy1