The -r option is handy as well for some search and replace problems (faster than GNU sed, literal search with -F, can use PCRE2 when needed, etc): https://learnbyexample.github.io/substitution-with-ripgrep/
---
I'm currently checking out another tool written in Rust - frawk (https://github.com/ezrosent/frawk) as an awk alternative
The -r option is handy as well for some search and replace problems (faster than GNU sed, literal search with -F, can use PCRE2 when needed, etc): https://learnbyexample.github.io/substitution-with-ripgrep/
---
I'm currently checking out another tool written in Rust - frawk (https://github.com/ezrosent/frawk) as an awk alternative