7
Comment exécuter une commande 'sudo' dans un script?
Pour faire un patch manuellement, je dois taper cette commande sudo ./playback_delete_data_patch.sh 09_delete_old_data_p.sql Il y a un espace juste avant le 09: sudo ./playback_delete_data_patch.sh [space] 09_delete_old_data_p.sql Comment puis-je l'exécuter dans un script? Il existe également plusieurs autres commandes, mais celle-ci pose problème.