1 example for stty
# Retrieve the lines and cols (current width and height) of the
# terminal. The answer are two integers f. e. "40 105", first for rows,
# second for columns. They are separated by a blank.
stty size
# Retrieve the lines and cols (current width and height) of the
# terminal. The answer are two integers f. e. "40 105", first for rows,
# second for columns. They are separated by a blank.
stty size