I replaced all my bash scripts with Python. Here’s what improved, what broke, and why the switch changed my workflow.
There are many great libraries for string processing! Mostly, of course, written in Assembly, C, and C++, but some in Rust as well. 😅 Where Rust decimates C and C++, is the simplicity of dependency ...
$ replace-in-files --help Usage $ replace-in-files <files…> Options --regex Regex pattern to find (Can be set multiple times) --string String to find (Can be set multiple times) --replacement ...