cant you just use $"n ?

On Thu, Mar 11, 2010 at 12:43 PM, hugo rivera <uai...@gmail.com> wrote:
> Hi,
>
> % n=`{echo 'a           b'}
>
> sets n to a list containing two elements, 'a' and 'b'. How can I set n
> to a single string 'a           b'? note that I must execute external
> commands, so the obvious solution
>
> % n='a           b'
>
> doesn't work for me.
> Saludos,
>
> --
> Hugo
>
>

Reply via email to