Linux find命令


find:
find /home -name a.txt 查找home下 名为a.txt的文件
find /opt -user ggc 查找opt 下ggc用户的文件
find / -size +20m 查找文件>20M的文件 - 是小于 不加是=
find / -name *.txt

posted on 2020-07-15 16:04  pooopun  阅读(161)  评论(0编辑  收藏  举报

导航