Setting the TTY column and rows

Sometimes you may find lot of characters trncated due to 80×25 tty size by default. Especially when you want to open some log files. Below command will help to set the row and column size.

stty cols 132 rows 34

will set the column width to 132 and rows 34.

About the Author

Yogi

24 years of experience in various layers of software. Primarily experienced in system side software design and development on server management software. Interested in linux development in x86 and arm architecture.