One Day One Cmd

Place for playing with commands…

Day 92: $stty command

ODOC: About stty command
Sets options for your terminal.

Examples:

stty
typing stty alone on a dialup connection would list the information about the connection. Below is an example of what may be displayed.

praveen@praveen:~$ stty
speed 38400 baud; -parity
rows = 49; columns = 132; ypixels = 0; xpixels = 0;
erase = ^h; swtch = ;
brkint -inpck -istrip icrnl -ixany imaxbel onlcr tab3
echo echoe echok echoctl echoke iexten 

With Regards,
S. Praveen

Leave a comment