Grep with human-friendly search results and syntax highlighting
Grep with human-friendly search results
hgrep
$ hgrep 'pattern' *.txt
$ hgrep -r 'function_name' src/ -C 2
$ hgrep -i 'error' logs/*.log