由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - [转载] How to list the files with specific permission?
相关主题
a UNIX permission questionreplace a string in all files under a directory?
如何删除一组文件或给一组文件更名?How to find a file in the deep children directory?
面试中的unix, linux的几个问题,不知道自己答对了没有。Re: 如何用grep查找子目录下的文件?--stop!
help delete files!Re: 如何用grep查找子目录下的文件?
owner of cgi processsed? awk? or mak a program?
如何把一个目录下的文件名全部改成小写?how to grep a string in all sub-dirs?
shell programming problemshow to escape both ' and " from tcsh?
How do i get a list of all computers?where is the pre-build version of cxterm-solaris
相关话题的讨论汇总
话题: files话题: permission话题: specific
进入Unix版参与讨论
1 (共1页)
l*j
发帖数: 336
1
【 以下文字转载自 Linux 讨论区 】
【 原文由 lxj 所发表 】
for example, all the files with '-rwx------'?
thanks a lot!
b*********l
发帖数: 52
2
ls -l | grep '-rwx------'?

【在 l*j 的大作中提到】
: 【 以下文字转载自 Linux 讨论区 】
: 【 原文由 lxj 所发表 】
: for example, all the files with '-rwx------'?
: thanks a lot!

i*******n
发帖数: 166
3

ls -l | grep -- -rwx------

【在 b*********l 的大作中提到】
: ls -l | grep '-rwx------'?
1 (共1页)
进入Unix版参与讨论
相关主题
where is the pre-build version of cxterm-solarisowner of cgi process
Where's emacs' private dictionary?如何把一个目录下的文件名全部改成小写?
UNIX Tip: the bad and the goodshell programming problems
regular expression中回车用什么表示? How do i get a list of all computers?
a UNIX permission questionreplace a string in all files under a directory?
如何删除一组文件或给一组文件更名?How to find a file in the deep children directory?
面试中的unix, linux的几个问题,不知道自己答对了没有。Re: 如何用grep查找子目录下的文件?--stop!
help delete files!Re: 如何用grep查找子目录下的文件?
相关话题的讨论汇总
话题: files话题: permission话题: specific