bold=$(tput bold) normal=$(tput sgr0). then you can use the variables $bold and $normal to format things: echo "this is ${bold}bold${normal} but this isn't".
確定! 回上一頁