Created
April 10, 2013 02:23
-
-
Save codeword/5351256 to your computer and use it in GitHub Desktop.
cat a file with line numbers and make the output green
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby -e 'puts "\e[32m#{`cat -n spec/controllers/doubles_matches_controller_spec.rb`}\e[0m "' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment