这个肯定不出错
ls /testdir >/l.txt
然后
写个shell
huge_mv(){ while read line1 do #rm -rf /u01/app/11.2/grid/rdbms/audit/$line1 echo /u01/app/11.2/grid/rdbms/audit/$line1 done } cat /u01/app/l.txt | huge_mv
这么处理