User Tools

Site Tools


bash:colors

This is an old revision of the document!


BASH - Colors

Quick Reference

  • 3 and 4-bit colors: echo -e “\033[0;31mThis is in RED”
  • 8-bit colors: echo -e “\033[38;5;1mThis is in RED”
  • RGB colors: echo -e “\033[38;2;255;0;0mThis is in RED”

References

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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki