User Tools

Site Tools


bash:colors

This is an old revision of the document!


BASH - Colors

ANSI Rainbow with more colours

for (( i = 0; i < 16; i++ )); do echo -e "\033[38;5;"$i"mHello"; done

References

bash/colors.1610194989.txt.gz · Last modified: 2021/01/09 12:23 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki