mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
osx/sed: add link (#5535)
This commit is contained in:
parent
e69a9eed35
commit
dc0617c062
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# sed
|
||||
|
||||
> 以可用脚本的来批量编辑文本.
|
||||
> 更多信息: <https://ss64.com/osx/sed.html>.
|
||||
|
||||
- 替换文件中第一个出现的字符串,并打印结果:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# sed
|
||||
|
||||
> Edit text in a scriptable manner.
|
||||
> More information: <https://ss64.com/osx/sed.html>.
|
||||
|
||||
- Replace the first occurrence of a string in a file, and print the result:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue