coreutils commands: move pages to common/ folder (#2442)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
9ef7ec119a
commit
72b4f22ff9
23
pages/common/stty.md
Normal file
23
pages/common/stty.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# stty
|
||||
|
||||
> Set options for a terminal device interface.
|
||||
|
||||
- Display all settings for the current terminal:
|
||||
|
||||
`stty -a`
|
||||
|
||||
- Set the number of rows:
|
||||
|
||||
`stty rows {{rows}}`
|
||||
|
||||
- Set the number of columns:
|
||||
|
||||
`stty cols {{cols}}`
|
||||
|
||||
- Get the actual transfer speed of a device:
|
||||
|
||||
`stty -f {{path/to/device_file}} speed`
|
||||
|
||||
- Reset all modes to reasonable values for the current terminal:
|
||||
|
||||
`stty sane`
|
Reference in New Issue
Block a user