Using python to transform and filter data in bash pipes

Posted on Thu 30 April 2020 in Articles • Tagged with bash, python, tools

I've long been a fan of bash pipes and the unix philosophy of composability. The text stream interface is so simple to extend and build upon that once you create a simple command line tool that works over stdin and stdout you suddenly have interoperability with a tremendous number of …


Continue reading