Forrest logo
back to context overview

stty

List of commands for stty:

  • stty:tldr:071fa stty: Reset all modes to reasonable values for the current terminal.
    $ stty sane
    try on your machine
    explain this command
  • stty:tldr:65436 stty: Set the number of rows or columns.
    $ stty ${select} ${count}
    try on your machine
    explain this command
  • stty:tldr:f05fc stty: Display all settings for the current terminal.
    $ stty --all
    try on your machine
    explain this command
  • stty:tldr:f8376 stty: Get the actual transfer speed of a device.
    $ stty --file ${path-to-device_file} speed
    try on your machine
    explain this command
back to context overview