Executing Sytem Commands
D-Man
dsh8290 at rit.edu
Fri Feb 9 11:21:56 EST 2001
More information about the Python-list mailing list
Fri Feb 9 11:21:56 EST 2001
- Previous message (by thread): Executing Sytem Commands
- Next message (by thread): [xyz]modem module?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
import os os.system( "mv file1 file2" ) -D On Fri, Feb 09, 2001 at 05:49:33PM +0200, mix77 at usa.net wrote: | How do you execute a sytem command like "mv file1 file2" in Python? | P.S. I'm working under Linux 2.x (redhat 7 distribution with default | linux kernel). |
- Previous message (by thread): Executing Sytem Commands
- Next message (by thread): [xyz]modem module?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list