Shell et python - Python - Programmation
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]" );
Marsh Posté le 19-10-2004 à 20:34:55
RTFM bordel
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