Colored grep?

前端 未结 5 1472
梦如初夏
梦如初夏 2020-12-13 16:19

Sometimes coloring a logfile or other gives a good overview when looking for stuff and behaviors

I just saw that grep have a coloring feature

5条回答
  •  独厮守ぢ
    2020-12-13 16:55

    For searching source code, I use ack. It's got a lot of options that make sense for searching code (such as automatically ignoring SCM directories).

提交回复
热议问题