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