Mine is 226… Often when writing code people will adhere to max line widths such as 80 or 100. However, if you are writing a script, why not just get the width in the script and render based on that? For example stty size, tput cols or echo"$COLUMNS".
Mine is 226… Often when writing code people will adhere to max line widths such as 80 or 100. However, if you are writing a script, why not just get the width in the script and render based on that? For example
stty size,tput colsorecho "$COLUMNS".