Skip to content

Instantly share code, notes, and snippets.

@grigorescu
Created September 7, 2013 16:17
Show Gist options
  • Save grigorescu/6476914 to your computer and use it in GitHub Desktop.
Save grigorescu/6476914 to your computer and use it in GitHub Desktop.
awk 'BEGIN {FS="\t"};{for(i=1;i<=NF;i++) printf("\x1b[%sm %s \x1b[0m",(i%7)+31,$i);print ""}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment