Options (2)
-a, --allbooleanDisplay all settings for the current terminal
Example:
stty {{[-a|--all]}}-F, --filebooleanGet the actual transfer speed of a device
Example:
stty {{[-F|--file]}} {{path/to/device_file}} speedExamples (8)
Display all settings for the current terminal
stty [-a|--all]Set the number of rows or columns
stty rows|cols countGet the actual transfer speed of a device
stty [-F|--file] path/to/device_file speedReset all modes to reasonable values for the current terminal
stty saneSwitch between raw and normal mode
stty raw|cookedTurn character echoing off or on
stty -echo|echoDisplay help
stty --helpmade by @shridhargupta | data from tldr-pages