ifconfig ppp0 | grep inet | cut -c21-37 | mail -s "le_sujet" a_qui_domain.com
- SS
-- Sylvain Sénéchal, B.Sc. Concepteur Internet / Internet Developer CNW Québec Inc. http://www.cnw.ca 514.823.0791
"Patrick Ouellet" <> wrote in message news:[email protected]...
>> > Ya t'il quelqun ici qui est bon en Bash script ?? > > Je veux me faire un script ben simple, mais je suis > pas habitue au scriptage de Linux et je n'y arrive pas. > > Je veux simplement que mon ordi m'envoie par mail > a tout les 10 minutes sont ip. > > Donc voici ce que j'ai reussi a faire > > aller chercher l'ip > ifconfig ppp0 | grep inet | cut -c21-37 > > runner le script a tout les 10 minutes > ajouter dans la cron tab, c pas bien bien sorcier... > > le probleme est d'envoyer le mail. > La commande mail ne prend qu'un seul argument et cest le TO: > si tu en specifie plus qu'un c'est pour avoir plus d'un TO: > > Alors je veux savoir comment envoyer un mail dans un script ?? > > Merci a tous > -- > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > Patrick Ouellet - Programmeur Sénior > > Recherche & Devloppement > Les Entreprise Microtec inc. > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > One Future, two choices: > Oppose them or let them destroy us!! > Word from a Linux user, > speaking of Micro$oft > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |