Re: mailing output
From: Bill Verzal (BVerzal_at_KOMATSUNA.COM)
Date: 07/31/03
- Previous message: Jim McAlpine: "AIX V5.2"
- Maybe in reply to: Shawn Bierman: "mailing output"
- Next in thread: James Jackson: "Re: mailing output"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 31 Jul 2003 10:06:30 -0500 To: aix-l@Princeton.EDU
Odd - the command 'mail -s"subject line" root < somefile' works fine for
me.
BV
--------------------------------------------------------
Bill Verzal
AIX Administrator, Komatsu America
(847) 970-3726 - direct
(847) 970-4184 - fax
|---------+------------------------------>
| | Shawn Bierman |
| | <BiermanS@METHODIST|
| | HEALTH.ORG> |
| | Sent by: IBM AIX |
| | Discussion List |
| | <aix-l@Princeton.ED|
| | U> |
| | |
| | |
| | 07/31/2003 09:44 AM|
| | Please respond to |
| | IBM AIX Discussion |
| | List |
| | |
|---------+------------------------------>
>-------------------------------------------------------------------------------------------------------------------------------|
| |
| To: aix-l@Princeton.EDU |
| cc: |
| Subject: mailing output |
>-------------------------------------------------------------------------------------------------------------------------------|
Greetings,
I am having a bit of trouble with a script that should email root the
output of a command but also have a subject line.
Currently we just run the command from cron and it gets sent to root's
email but with a subject line. So, I thought i would make a script that
added the subject.
I was hoping for something as easy as:
mail -s"subject line" root | ls -la
even when I output the command to a file and then try to redirect I get
failures.
mail -s"subject line" root < somefile
mail complains of unknow users 'subject' and 'line'.
Is there a simple way?
- Previous message: Jim McAlpine: "AIX V5.2"
- Maybe in reply to: Shawn Bierman: "mailing output"
- Next in thread: James Jackson: "Re: mailing output"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|