find查找

  • 搜索名为"example.txt"的文件:find / -name example.txt
  • 查找最近24小时内修改过的文件:find / -mtime -1
  • 在/home目录下查找大于100MB的文件:find /home -size +100M
  • 查找空文件:find / -type f -empty
posted @ 2024-05-11 13:50  仁义礼智信的  阅读(2)  评论(0编辑  收藏  举报