mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 04:55:32 +02:00
stty: add Chinese translation
This commit is contained in:
parent
e604fb8f18
commit
a3d630ada7
1 changed files with 23 additions and 0 deletions
23
pages.zh/osx/stty.md
Normal file
23
pages.zh/osx/stty.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# stty
|
||||
|
||||
> 设置终端设备接口的选项.
|
||||
|
||||
- 显示当前终端的所有设置:
|
||||
|
||||
`stty -a`
|
||||
|
||||
- 设置行数:
|
||||
|
||||
`stty rows {{行数}}`
|
||||
|
||||
- 设置列数:
|
||||
|
||||
`stty cols {{列数}}`
|
||||
|
||||
- 获取设备的实际传输速度:
|
||||
|
||||
`stty -f {{目标/文件夹/驱动设备文件}} speed`
|
||||
|
||||
- 将当前终端的所有模式重置为合理值:
|
||||
|
||||
`stty sane`
|
Loading…
Add table
Reference in a new issue