[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: script pour regrouper plus commandes shell



ok merci :)
et ca :

#!/bin/sh
read
apt-get update
apt-get install fichier



Le 8 octobre 2008 17:57, Jean-Claude <jc2008@aygalenq.net> a écrit :

Le fichier test.sh

#!/bin/sh
find / -name monfichier;
apt-get install exim;
apt-get udpate;
...;
...;


--
Salutations.
Jean-Claude

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: