On Sun, Apr 17, 2022 at 12:31:34PM +1200, Ash Joubert wrote:
> Python is a convenient and scriptable solution for many text processing
> problems. You can call it from within bash:

But you really *shouldn't*.  What's the point of writing your script
in two different languages, and having to run two different interpreters?

Just write the whole thing in Python.  (Or Perl, or Tcl, or Ruby, or
whatever language you're using that's not bash.)

Reply via email to