update
This commit is contained in:
parent
feaeb7cc6d
commit
a234709321
@ -7,6 +7,8 @@ sudo find /usr/local/nginx -iname nginx.conf #在 /usr/local/nginx 下查找 ngi
|
||||
|
||||
sudo find /home/ ! -name "*.gz" #查找不是 .gz 后缀的文件
|
||||
|
||||
sudo find /home/ -iname demo.* #查找名称为 demo 开头的文件,不区分文件名称大小写
|
||||
|
||||
sudo find . -type f #查找文件类型为文件
|
||||
|
||||
sudo find . -maxdepth 1 -type f #查找文件类型为文件,向下最大深度限制为1
|
||||
|
Loading…
x
Reference in New Issue
Block a user