Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,24 +1,24 @@
# stty
> 设置终端设备接口的选项.
> 设置终端设备接口的选项
> 更多信息: <https://www.gnu.org/software/coreutils/stty>.
- 显示当前终端的所有设置:
- 显示当前终端的所有设置
`stty -a`
- 设置行数:
- 设置行数
`stty rows {{行数}}`
- 设置列数:
- 设置列数
`stty cols {{列数}}`
- 获取设备的实际传输速度:
- 获取设备的实际传输速度
`stty -F {{目标 / 文件夹 / 驱动设备文件}} speed`
- 将当前终端的所有模式重置为合理值:
- 将当前终端的所有模式重置为合理值
`stty sane`