For txtn in *.txt
Do
If [ -f "txtn" ]; then
Find -name $dirs |xargs perl -pi -e 's|需要替换的内容|新的内容|g'
Fi
done
本文共 148 字,大约阅读时间需要 1 分钟。
For txtn in *.txt
Do
If [ -f "txtn" ]; then
Find -name $dirs |xargs perl -pi -e 's|需要替换的内容|新的内容|g'
Fi
done
转载于:https://blog.51cto.com/xtwksse/840009