The stuff I do

Grep

← Notes

Tags: [bash][grep]

Exclude multiple directories 🔗

grep --exclude-dir={node_modules,src}

Have grep colors in less 🔗

grep --color=always | less -r

← Notes

Back to top