a2dismod to avahi-browse: add Chinese translation (#5246)

This commit is contained in:
千玄子
2021-05-02 02:43:23 +08:00
committed by GitHub
parent 9ccc49d98f
commit 92f09753c6
26 changed files with 463 additions and 6 deletions

36
pages.zh/linux/ascii.md Normal file
View File

@@ -0,0 +1,36 @@
# ascii
> 显示 ASCII 字符的别名。
> 更多信息:<http://www.catb.org/~esr/ascii/>.
- 显示一个 ASCII 字符的别名:
`ascii {{a}}`
- 以较短和脚本友好模式显示 ASCII 字符的别名:
`ascii -t {{a}}`
- 显示多个 ASCII 字符的别名:
`ascii -s {{tldr}}`
- 显示十进制 ASCII 字符表:
`ascii -d`
- 显示十六进制 ASCII 字符表:
`ascii -x`
- 显示八进制 ASCII 字符表:
`ascii -o`
- 显示二进制 ASCII 字符表:
`ascii -b`
- 显示选项总结和整个 ASCII 字符表:
`ascii`