Re: [newbie] help with bash command

2003-10-29 Thread Todd Slater
On Tue, Oct 28, 2003 at 08:12:06PM -0800, Eric Huff wrote: I am trying to get a script to work. It is much more complicated than this, but i have boiled it down to this to debug it: command='dodge plymouth' echo $command snip But when the mhmail line runs, it apears to seperate at the

Re: [newbie] help with bash command

2003-10-29 Thread Eric Huff
command='dodge plymouth' But when the mhmail line runs, it apears to seperate at the space: mhmail [EMAIL PROTECTED] -subject dodge plymouth -from [EMAIL PROTECTED] -body Quote $command mhmail to -subject $command ... Todd, somehow i figured you would have the answer. You

Re: [newbie] help with bash command

2003-10-29 Thread Todd Slater
On Tue, Oct 28, 2003 at 11:38:03PM -0800, Eric Huff wrote: Quote $command mhmail to -subject $command ... Todd, somehow i figured you would have the answer. You are definitely the bash-man! I swear i even had that typed in once, but was sure it would make the subject be $command.

[newbie] help with bash command

2003-10-28 Thread Eric Huff
I am trying to get a script to work. It is much more complicated than this, but i have boiled it down to this to debug it: command='dodge plymouth' echo $command mhmail [EMAIL PROTECTED] -subject $command -from [EMAIL PROTECTED] -body But when the mhmail line runs, it apears to seperate at