From: MRAB on
Ranjith Kumar wrote:
> Hi Folks,
> Can anyone tell me how to run shell commands using python script.
>
Use the 'subprocess' module.