Shell et python

Shell et python - Python - Programmation

Marsh Posté le 19-10-2004 à 15:12:04    

J'ai un programme en python qui lance une commande shell (rsync .....)
Mais le shell me demande le password !
Comment ajouter un argument dans ma commande shell ?
Merci

Reply

Marsh Posté le 19-10-2004 à 15:12:04   

Reply

Marsh Posté le 19-10-2004 à 20:10:48    

tu utilises quoi pour exécuter ta commande ?
 
si c'est os.system(), bah tu ajoutes tes arguments comme si tu les entrais dans un shell.
 
os.system("rsync [OPTION]... [USER@]HOST::SRC [DEST]" );
 
;)

Reply

Marsh Posté le 19-10-2004 à 20:34:55    

RTFM bordel :o


Message édité par masklinn le 02-11-2004 à 20:26:05

---------------
Stick a parrot in a Call of Duty lobby, and you're gonna get a racist parrot. — Cody
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed