how to print the number of columns in your terminal using tput in linux code example
Example 1: how to print the number of columns in your terminal using tput in linux
$ tput cup 2 3
Example 2: how to print the number of columns in your terminal using tput in linux
$ tput lines
Example 3: how to print the number of columns in your terminal using tput in linux
$ tput cols