Nothing spruces up command-line output the way colors do. Just like when you’re
customizing your [Bash] prompt, you can use color codes in strings to colorize
your output. Keep in mind, these colors will only work on the command-line and
not in a browser. First let’s take a look at the syntax:
echo "ee[0mn"
The above command will echo out “Merry Christmas!” in a red font with a green
background. The first part of the string, e
is the escape character and could
alternatively be represented by