请问如何在一个目录下查询所有以某文件名开头的文# Unix - 噫吁兮,危乎高哉j*r2002-08-05 07:081 楼比如说,我现在在 /usr/yang 目录中,想查询此目录和其子目录中所有以 test 开头的文件,如何做呢?多谢。
m*y2002-08-05 07:082 楼find /usr/yang -name test\*比如说,我现在在 /usr/yang 目录中,想查询此目录和其子目录中所有以 test 开头的文件,如何做呢?多谢。【在 j*******r 的大作中提到】: 比如说,: 我现在在 /usr/yang 目录中,: 想查询此目录和其子目录中所有以 test 开头的文件,: 如何做呢?: 多谢。
j*r2002-08-05 07:083 楼多谢。但是如果这个文件的权限要求是-rw-r--r--如果我用find /usr/yang -name test\* 可以,但是 find /usr/yang -name test\* -perm a=r为什么就找不到了呢?【在 m******y 的大作中提到】: find /usr/yang -name test\*: : 比如说,: 我现在在 /usr/yang 目录中,: 想查询此目录和其子目录中所有以 test 开头的文件,: 如何做呢?: 多谢。
m*y2002-08-05 07:084 楼you are making some funny problem.you ask computer do what, it will do that. instead ofyou hope computer do what, it will do thatfind /usr/yang -name test\* -perm a=r,u+w【在 j*******r 的大作中提到】: 多谢。: 但是如果这个文件的权限要求是: -rw-r--r--: 如果我用: find /usr/yang -name test\* 可以,: 但是 find /usr/yang -name test\* -perm a=r: 为什么就找不到了呢?