add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,24 +1,24 @@
# unexpand
> 将空格转换为制表符。
> 更多信息:<https://www.gnu.org/software/coreutils/unexpand>.
> 更多信息:<https://www.gnu.org/software/coreutils/unexpand>
- 将每个文件中的空格转换为制表符,并写入 `stdout`
- 将每个文件中的空格转换为制表符,并写入 `stdout`
`unexpand {{路径/到/文件}}`
`unexpand {{path/to/file}}`
- 将空格转换为制表符,`stdout` 读取:
-`stdout` 读取,转换空格为制表符
`unexpand`
- 转换所有空格,而不仅仅是开头的空格:
`unexpand -a {{路径/到/文件}}`
`unexpand -a {{path/to/file}}`
- 仅转换开头的空格序列(覆盖 -a
- 仅转换开头的空格序列(覆盖 -a 选项
`unexpand --first-only {{路径/到/文件}}`
`unexpand --first-only {{path/to/file}}`
- 将制表符间隔设置为某个字符数,而不是 8启用 -a
- 将制表符设置为特定的字符间距,而不是 8启用 -a 选项
`unexpand -t {{数量}} {{路径/到/文件}}`
`unexpand -t {{number}} {{path/to/file}}`