Tput

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

TODO

red=$(tput setaf 9)
green=$(tput setaf 10)
reset=$(tput sgr0)
bold=$(tput bold)
echo "${red} ${bold} red and bold ${reset}"