@darius the --color option is extra nice with context too.
If you want both color and less(1), you have to do this goop:
grep --color=always ... | less -R
Top-level
@darius the --color option is extra nice with context too. If you want both color and less(1), you have to do this goop: grep --color=always ... | less -R No comments
|