xiaolongren · 2006-12-28 05:48:25 · 阅读: 494 把当前目录下所有子目录中的某个文件找到,并删除掉的命令是怎么写的: find . -name _desktop.ini | exec '/bin/rm -fr ??'