pages*: add backticks to every io stream (#10442)

* pages*: add backticks to every io stream
This commit is contained in:
4G3NT
2023-07-02 06:12:01 -07:00
committed by GitHub
parent 8523d2037f
commit 87ec0727fc
127 changed files with 163 additions and 163 deletions

View File

@@ -11,6 +11,6 @@
`banner -w {{50}} "{{Hello World}}"`
- 从 stdin 中读取文本:
-`stdin` 中读取文本:
`banner`

View File

@@ -24,7 +24,7 @@
`bash -e {{file.sh}}`
- 从输入stdin读取命令
- 从输入(`stdin`)读取命令:
`bash -s`

View File

@@ -7,7 +7,7 @@
`logger {{消息内容}}`
- 从 stdin 获取输入并记录到系统日志 syslog
-`stdin` 获取输入并记录到系统日志 syslog
`echo {{记录内容}} | logger`

View File

@@ -1,6 +1,6 @@
# yank
> 从 stdin 读取输入并显示一个选择界面,该界面允许选择一个字段并将其复制到剪贴板。
> `stdin` 读取输入并显示一个选择界面,该界面允许选择一个字段并将其复制到剪贴板。
> 更多信息:<https://manned.org/yank>.
- 使用默认分隔符(\f, \n, \r, \s, \t

View File

@@ -11,7 +11,7 @@
`zstd -d {{file}}.zst`
- 将文件解压缩到标准输出stdout
- 将文件解压缩到标准输出(`stdout`
`zstd -dc {{file}}.zst`