4.4.2 Run command

extra.cmd.run_cmd(args[, show_output=False])

Run external program.

Parameters:
  • args – list of arguments or string for external program (with the path on the begining)
  • show_output – show output of the command to stdout
Returns:

stdout and stderr of the program in a tuple

Previous topic

4.4.1 Templates

Next topic

4.4.3 Find files

This Page