[<--] Indice [-->]

From pbm <pbm@autistici.org>
Date Tue, 3 Aug 2004 15:16:51 +0200
Subject Re: [hackmeeting] spedire log sul cellulare

urza, Tue, Aug 03, 2004 at 02:50:41PM +0200:
> #!/bin/sh
> tail -n 3 /var/adm/messages > /log
> echo "." > mail -q /log -s info numx@tim.it
> Suggerite qualcosa di piu' elegante?

tail -3 /var/log/messages | mail numx@tim.it

in realtà anche "mail" non serve, potresti usare sendmail...

(echo -e "From: urza@salcazzo.org\nSubject: suka\nDate: $(date -R)\nTo: numx@tim.it\n" ; tail -3 /var/adm/messages) | sendmail -oi numx@tim.it

p.
-- 
pbm - "and a messy desk drawer full of broken strings
    -  you know those kids, and you know these things"
_______________________________________________
hackmeeting mailing list
hackmeeting@lists.papuasia.org
http://brr.papuasia.org/cgi-bin/mailman/listinfo/hackmeeting

[<--] Indice [-->]