find 不支持 -prune参数?
发表于 : 2006-08-10 11:20
for extension in java txt rnc ; do \
for f in `find . -name "*.$extension" --prune .svn -print` ; do \
echo Fixing $f ... ; \
mv $f $f.ORG ; \
expand --tabs=4 < $f.ORG | sed -e 's/ +$//' > $f ; \
rm $f.ORG ; \
done ; done
find: 无效断言“--prune”
find: 无效断言“--prune”
find: 无效断言“--prune”
谢谢指教阿~~!!!
for f in `find . -name "*.$extension" --prune .svn -print` ; do \
echo Fixing $f ... ; \
mv $f $f.ORG ; \
expand --tabs=4 < $f.ORG | sed -e 's/ +$//' > $f ; \
rm $f.ORG ; \
done ; done
find: 无效断言“--prune”
find: 无效断言“--prune”
find: 无效断言“--prune”
谢谢指教阿~~!!!