Ansi colors

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "==Print a palette== Run this in bash: <source lang="bash"> for x in 4 10; do for y in $(seq 0 7); do echo -en "\0033[${x}${y}m "; done; echo -e "\0033[0m"; done </source>")

Revision as of 12:02, 13 March 2013

Print a palette

Run this in bash:

for x in 4 10; do for y in $(seq 0 7); do echo -en "\0033[${x}${y}m   "; done; echo -e "\0033[0m"; done
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox