Invoke pawk from a python script?
Opened this issue · 1 comments
stephenfrench9 commented
Is it possible to invoke pawk from a python script, without using subprocess.run?
I am imagining something like:
import pawk
my_pawk_program = ' .... '
results = pawk.run(my_pawk_program)