查找最近8天修改过的文件 find . -type f -mtime -8 -ls find . -type f -mtime -10 -ls 根据文件名查找 find . -iname “*.txt” Post navigation 查看空间占用 du dflinux 删除指定目录 rm