find 格式1find pathname -options 功能:在文件树中查找文件 参数 常用命令12345<!--关键字查找-->find ./ -name "*.log"<!--根据大小查找-->find ./ -size +1000c -print