
stty
List of commands for stty:
-
stty:tldr:071fa stty: Reset all modes to reasonable values for the current terminal.$ stty sanetry on your machineexplain this command
-
stty:tldr:65436 stty: Set the number of rows or columns.$ stty ${select} ${count}try on your machineexplain this command
-
stty:tldr:f05fc stty: Display all settings for the current terminal.$ stty --alltry on your machineexplain this command
-
stty:tldr:f8376 stty: Get the actual transfer speed of a device.$ stty --file ${path-to-device_file} speedtry on your machineexplain this command