2to3, rubocop, runsv, rubocop, runsv, runsvchdir, runsvdir, ssh-add, stty, sv, tar, touch: fix Chinese translation. (#14629)

This commit is contained in:
Jin
2024-11-06 04:49:42 -05:00
committed by GitHub
parent 1606ebd593
commit 467e011535
10 changed files with 49 additions and 43 deletions

View File

@@ -5,20 +5,16 @@
- 显示当前终端的所有设置:
`stty -a`
`stty --all`
- 设置行数:
- 设置行数或列数
`stty rows {{数}}`
- 设置列数:
`stty cols {{列数}}`
`stty {{行数|列数}} {{数}}`
- 获取设备的实际传输速度:
`stty -F {{目标 / 文件夹 / 驱动设备文件}} speed`
`stty --file {{路径/到/驱动设备文件}} speed`
- 将当前终端的所有模式重置为合理值:
- 重置所有模式为当前终端的合理默认值:
`stty sane`