Make echo colorful with easier method. In bash, sh, fish, ksh and zsh.
- Download the script, choice the once for your shell by its extension in the filename.
- For example dist/ColorEcho.bash for bash.
- Add a line to include the script in your shell rc or run it directly:
. ./ColorEcho.bash
- echo.
StyleColor(if you are usingksh/sh, there is no.dot symbol)
- echo.Cyan
- echo.ULCyan
- echo.LightCyan
- echo.BoldCyan
- echo.BoldULCyan
- Bold as
Bold - Light as
Light - Underline as
UL
- See color table

