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,7 +1,7 @@
# stty
> 设置终端设备接口的选项。
> 更多信息:<https://www.gnu.org/software/coreutils/stty>.
> 更多信息:<https://www.gnu.org/software/coreutils/stty>
- 显示当前终端的所有设置:
@@ -9,12 +9,12 @@
- 设置行数或列数:
`stty {{行数|列数}} {{数量}}`
`stty {{rows|cols}} {{count}}`
- 获取设备的实际传输速度:
`stty --file {{路径/到/驱动设备文件}} speed`
`stty --file {{path/to/device_file}} speed`
- 重置所有模式为当前终端的合理默认值:
- 所有模式重置为当前终端的合理值:
`stty sane`
`stty sane`