Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] Mailing Script Results


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.