[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: sending the output of a script through mail
- From: "Chris Norman" <cnorman rnibncw ac uk>
- To: "For users of Fedora Core releases" <fedora-list redhat com>
- Subject: Re: sending the output of a script through mail
- Date: Thu, 21 Sep 2006 14:46:36 +0100
just do:
script-name | mail I think.
Or possibly:
script-name > address.txt
cat addr.txt | mail user
rm -f addr.txt
HTH.
Chris Norman
<!-- chris norman4 ntlworld com -->
----- Original Message -----
From: "ankush grover" <ankushfedora gmail com>
To: "For users of Fedora Core releases" <fedora-list redhat com>
Sent: Thursday, September 21, 2006 6:55 AM
Subject: sending the output of a script through mail
hey friends,
I have written a script which shows the local and lan address of a system.
#!/bin/sh
test= ifconfig -a | grep addr: | awk '{print $2}'
I want to send the output of this command to a user through mail. How
can I achieven this ?
Thanks & Regards
Ankush Grover
--
fedora-list mailing list
fedora-list redhat com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]