17 April 2023 by Phillip JohnstonI am slowly working on migrating many of my bash scripts to Python. A common operation I perform is find. Since I need to replace a lot of these, I want to document replacement patterns. Here is an example of a find command that we’ll use as a reference: # … Continue reading "Replacing find Shell Commands with Python" The post Replacing find Shell Commands with Python appeared first on Embedded Artistry.