prompt
CLI Color and bash prompt.. some colored fun with prompts in bash
2010/06/29
There are two ways to do it, one is with tput command. We will see that some other time, today we will consider the escape sequence way. First we need to understand the colors as understood by bash. …