syscall

decida.syscall(cmd)

system call.

arguments:

cmd (string)

shell command

results:

  • command issued to shell
  • result returned

example:

>>> import decida
>>> result = decida.syscall("ps -ax")

Previous topic

spice_value

Next topic

writelist2file

This Page