commands
commands — Utilities for running commands
Deprecated since version 2.6: The commands
module has been removed in Python 3. Use the subprocess
module instead.
The commands
module contains wrapper functions for os.popen()
which take a system command as a string and return any output generat