
tput
List of commands for tput:
-
tput:tldr:2c19f tput: Show number of columns, lines, or colors.$ tput ${select}try on your machineexplain this command
-
tput:tldr:77b9c tput: Set foreground (af) or background (ab) color.$ tput ${select} ${ansi_color_code}try on your machineexplain this command
-
tput:tldr:7b944 tput: Move the cursor to a screen location.$ tput cup ${row} ${column}try on your machineexplain this command
-
tput:tldr:9c1d3 tput: Reset all terminal attributes.$ tput sgr0try on your machineexplain this command