This commit is contained in:
2023-06-04 15:59:11 +08:00
parent f1bf1661a8
commit 98b3779e63
7 changed files with 1282 additions and 16 deletions

View File

@ -22,7 +22,6 @@ s :取代,可以直接进行取代的工作哩!通常这个 s 的动作可
可以使用正则 特殊字符\转
sed s/要被取代的字串/新的字串/g fileName
sed "s/要被取代的字串/新的字串/g" fileName
```