28
What is your favorite CLI tool?
(lemmy.zip)
Linux questions Rules (in addition of the Lemmy.zip rules)
Tips for giving and receiving help
Any rule violations will result in disciplinary actions
What's your use case for ripgrep, or rather, what sets it apart from other tools for your uses?
It’s a replacement for grep, which searches the content of text files for a regular expression.
Ripgrep is very fast. If you use grep, it’s an easy drop-in.