1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 13:22:06 +02:00

stty: refresh page (#9465)

This commit is contained in:
Irina 2022-11-08 06:57:53 +03:00 committed by GitHub
parent db10bb6e9d
commit be0605dd3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
- Display all settings for the current terminal:
`stty -a`
`stty --all`
- Set the number of rows:
@ -17,7 +17,7 @@
- Get the actual transfer speed of a device:
`stty -F {{path/to/device_file}} speed`
`stty --file {{path/to/device_file}} speed`
- Reset all modes to reasonable values for the current terminal: