echo 'This is bold' echo 'This is maybe intense' echo 'This is both bold and intense' echo 'Normal, and italic' echo 'This is italic and bold' echo 'This is maybe italic and intense' echo 'This is both bold and intense and also italic' echo 'And now with underline:' echo 'This is bold' echo 'This is maybe intense' echo 'This is both bold and intense' echo 'Italic?' echo 'This is italic and bold' echo 'This is maybe italic and intense' echo 'This is both bold and intense and also italic' echo 'Dim colors: 0 1 2 3 4 5 6 7' echo 'Eight colors: 0 1 2 3 4 5 6 7' echo 'Dim bold colors: 0 1 2 3 4 5 6 7' echo 'Bold colors: 0 1 2 3 4 5 6 7' echo 'Dim int. colors: 0 1 2 3 4 5 6 7' echo 'Intense colors: 0 1 2 3 4 5 6 7' echo 'Bold int. colors: 0 1 2 3 4 5 6 7'