bash:colors
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bash:colors [2021/01/09 12:20] – peter | bash:colors [2021/01/09 13:34] (current) – peter | ||
---|---|---|---|
Line 3: | Line 3: | ||
You can use these [[https:// | You can use these [[https:// | ||
- | |No Color|0| | + | [[BASH: |
- | |Black|0; | + | |
- | |Red|0; | + | |
- | |Green|0; | + | |
- | |Brown/ | + | |
- | |Blue|0; | + | |
- | |Purple|0; | + | |
- | |Cyan|0; | + | |
- | |Light Gray|0; | + | |
- | ---- | + | [[BASH: |
- | ===== Red Example ===== | + | [[BASH: |
- | + | ||
- | <code bash> | + | |
- | echo -e "\033[0;31mThis is in RED" | + | |
- | </ | + | |
---- | ---- | ||
- | |||
- | ===== Red Blue ===== | ||
- | |||
- | |||
- | |||
- | <code bash> | ||
- | echo -e " | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | [[BASH: | ||
- | |||
- | ===== ANSI Rainbow ===== | ||
- | |||
- | <code bash> | ||
- | for (( i = 30; i < 38; i++ )); do echo -e " | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== ANSI Rainbow with more colours ===== | ||
- | |||
- | <code bash> | ||
- | for (( i = 0; i < 16; i++ )); do echo -e " | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | |||
===== References ===== | ===== References ===== | ||
https:// | https:// |
bash/colors.1610194856.txt.gz · Last modified: 2021/01/09 12:20 by peter