colors in bash -- script to display all the possible colors.

2010-06-06 3 min read bash Fedora Linux
If you wanted to have colors in the bash output (including the colors in PS1-4), don’t you keep wondering how the color code would look on the terminal. So, I wrote this small script to show the complete color codes. This is how the output would look: And here is the script: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 Continue reading