iven@linux 发表于 2003-5-14 21:38:47

find 中使用-exec 后为何报错?

我使用find / -iname core -exec rm {};\   为何总报missing argument

chg1226 发表于 2003-5-20 16:14:10

find / -name core -exec rm -f {} \;
建议用-ok代替-exec,有提示的。
页: [1]
查看完整版本: find 中使用-exec 后为何报错?