Skip to content

Instantly share code, notes, and snippets.

@kyrylo
Created January 26, 2012 15:59
Show Gist options
  • Save kyrylo/1683470 to your computer and use it in GitHub Desktop.
Save kyrylo/1683470 to your computer and use it in GitHub Desktop.
256 colors in the terminal
perl -e 'foreach $i (0..255) {printf("\e[38;5;$i"."m%03d\e[0m ",$i); }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment