▲ | Avamander 3 days ago | |||||||||||||
Built-in grep is thankfully not as odd as the builtin find is. Might be the first one I replace on my systems. | ||||||||||||||
▲ | pseudocomposer 3 days ago | parent [-] | |||||||||||||
Given that both grep and find are weird/inconsistent between BSD/GNU versions, and I typically use them piped together for the same things anyway, I’ve found that ripgrep is a nice/faster/universal alternative that is pretty unproblematic to install in whatever environment I want: https://github.com/BurntSushi/ripgrep | ||||||||||||||
|