diff --git a/pages/common/stty.md b/pages/common/stty.md index fc415405e7..3ecdcf3122 100644 --- a/pages/common/stty.md +++ b/pages/common/stty.md @@ -3,6 +3,10 @@ > Set options for a terminal device interface. > More information: . +- Display current terminal size: + +`stty size` + - Display all settings for the current terminal: `stty {{[-a|--all]}}`