Remix.run Logo
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

iknowstuff 2 days ago | parent | next [-]

And also fd https://github.com/sharkdp/fd

bawana 3 days ago | parent | prev [-]

But isnt that what AI is for? Writing syntactically correct regexes?