Skip to content

Commit

Permalink
Update pages.zh/linux/sed.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zjuyk and kbdharun authored May 30, 2024
1 parent 5da1c53 commit ab2ef08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages.zh/linux/sed.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

-`mango`(基本正则语法)替换特定文件中出现的所有 `apple`(基本正则语法),并覆盖原文件:

`sed -i 's/apple/mango/g' {{文件路径}}`
`sed -i 's/apple/mango/g' {{路径/到/文件}}`

- 执行特定的脚本,并将结果打印到 `stdout`

Expand Down

0 comments on commit ab2ef08

Please sign in to comment.