10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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)