Re: Mail from a shell script?

2004-09-13 Thread Richard Lynch
Ryan Sommers wrote: First problem I ran into. I'm attempting to send the mail via `which mail`. I first was going to attempt to concatenate the message via message=${message}$'\n'other line However, this strips the newlines out of the variable (both sh and bash). I then tried using the string

Re: Mail from a shell script?

2004-09-13 Thread Jez Hancock
On Mon, 13 Sep 2004 11:31:55 -0600 (MDT), Ryan Sommers [EMAIL PROTECTED] wrote: First problem I ran into. I'm attempting to send the mail via `which mail`. I first was going to attempt to concatenate the message via message=${message}$'\n'other line However, this strips the newlines out of