这是我尝试过的:
find . -name *.sv | xargs sed -i -e '<command>' -e '<command>'
这是行不通的。在每个文件上使用完全相同的命令仍然有效。
谢谢您的帮助。
sed find xargs
find ×1
sed ×1
xargs ×1