1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

stty: add size display example (#16259)

Update stty.md
This commit is contained in:
Managor 2025-04-26 05:54:17 +03:00 committed by GitHub
parent 4c02fad4a2
commit 78d41c7f74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,10 @@
> Set options for a terminal device interface.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/stty-invocation.html>.
- Display current terminal size:
`stty size`
- Display all settings for the current terminal:
`stty {{[-a|--all]}}`