mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 22:55:31 +02:00
stty: add examples (#15648)
This commit is contained in:
parent
360e969a6b
commit
9aa7745dc7
1 changed files with 8 additions and 0 deletions
|
@ -18,3 +18,11 @@
|
|||
- Reset all modes to reasonable values for the current terminal:
|
||||
|
||||
`stty sane`
|
||||
|
||||
- Switch between raw and normal mode:
|
||||
|
||||
`stty {{raw|cooked}}`
|
||||
|
||||
- Turn character echoing off or on:
|
||||
|
||||
`stty {{-echo|echo}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue