bold_and_underlined
bold=$(tput bold) normal=$(tput sgr0)
echo "this is ${bold}bold${normal} but this isn't"
bold_and_underlined.txt · Last modified: 2024/05/23 07:26 by 127.0.0.1
bold=$(tput bold) normal=$(tput sgr0)
echo "this is ${bold}bold${normal} but this isn't"