由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 求助,怎么寻找文件
相关主题
How to find a file in the deep children directory?how to let grep search
a question about "find"?where can I find the C' headfiles?
[转载] 问一个问题如何删除一组文件或给一组文件更名?
replace a string in all files under a directory?太多文件不能用 ls * OR mv * ?
where is the pre-build version of cxterm-solaris向高人请教:怎么从大量的文件中grep
Is there any software can D/L a whole directory?[转载] How to list the files with specific permission?
coconut,关于directory grep的问题UNIX 拷贝问题
ls in Unix (Sun)面试中的unix, linux的几个问题,不知道自己答对了没有。
相关话题的讨论汇总
话题: plots话题: project2话题: project1话题: data话题: tmp
进入Unix版参与讨论
1 (共1页)
h***u
发帖数: 214
1
有很多directory,像
/project1/plots/aaa.ps
/project1/data/bbb.ps
/project2/tmp/plots/ccc.ps
/project2/data/ddd.ps
/project2/data/plots/eee.ps
如果只想找 plots 下面的ps file 怎么找? 我最后想要的是:
/project1/plots/aaa.ps
/project2/tmp/plots/ccc.ps
/project2/data/plots/eee.ps
谢谢
b*****n
发帖数: 143
2
find / | grep ".*/plots/[^/]*\.ps$"
h***u
发帖数: 214
3
谢谢
h***u
发帖数: 214
4
有很多directory,像
/project1/plots/aaa.ps
/project1/data/bbb.ps
/project2/tmp/plots/ccc.ps
/project2/data/ddd.ps
/project2/data/plots/eee.ps
如果只想找 plots 下面的ps file 怎么找? 我最后想要的是:
/project1/plots/aaa.ps
/project2/tmp/plots/ccc.ps
/project2/data/plots/eee.ps
谢谢
b*****n
发帖数: 143
5
find / | grep ".*/plots/[^/]*\.ps$"
h***u
发帖数: 214
6
谢谢
1 (共1页)
进入Unix版参与讨论
相关主题
How to find the pdf file?where is the pre-build version of cxterm-solaris
请教怎样使用tar压文件Is there any software can D/L a whole directory?
How to mv files to another directory under ftp> ?coconut,关于directory grep的问题
is it possible to untar files with absolute path?ls in Unix (Sun)
How to find a file in the deep children directory?how to let grep search
a question about "find"?where can I find the C' headfiles?
[转载] 问一个问题如何删除一组文件或给一组文件更名?
replace a string in all files under a directory?太多文件不能用 ls * OR mv * ?
相关话题的讨论汇总
话题: plots话题: project2话题: project1话题: data话题: tmp