- To: Kevin Fitzgerald <lists@xxxxxxxxxxxxxx>
- Subject: Re: [SLUG] Mailing Script Results
- From: Matthew Hannigan <mlh@xxxxxxxxxx>
- Date: Wed, 30 Aug 2006 11:32:51 +1000
- Cc: slug@xxxxxxxxxxx
- User-agent: Mutt/1.4.2.1i
On Wed, Aug 30, 2006 at 11:17:32AM +1000, Kevin Fitzgerald wrote:
> Hi all
>
> Pretty easy one I imagine. I am doing an rsync between 2 servers and would
> like to get the results emailed to me once the script completes. I tried
> adding > mailx -s "subject" email@xxxxxxxxx to the end of my script but I
> got errors.
You probably want | not >
But what Jeff said.