find 当文件名使用通配符时,就要用引号括起文件名。 find / -name "*.xml" -print 有-exec 选项 find . -name first.c -mtime +90 -exec rm {}/ ;查找并删除所有超过90填没有修改的first.c文件