Skip to content

Instantly share code, notes, and snippets.

@todb-r7
Created May 14, 2012 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todb-r7/2697436 to your computer and use it in GitHub Desktop.
Save todb-r7/2697436 to your computer and use it in GitHub Desktop.
All cats are grey
# Stick in your .bash_aliases to uncolor your Rails logs. Note that ^[ is really (Ctrl-V) + (ESC)
function all_cats_are_grey {
cat $1 | sed 's/^[\[[0-9;]*m//g'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment