Published in: Bash
Shell text formatted bold red. Reference follows.
Attribute codes:
00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
Text color codes:
30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
Background color codes:
40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
echo -e "\033[01;31mhello world\033[00m"
You need to login to post a comment.
