On Fri, 2005-11-11 at 14:56 +0100, Peper wrote: > Hello, > I have a var $blah=' `pwd`/blah ' (extra spaces for clearer reading), how can > i change it to 'output of pwd/blah' ? >
try blah=`pwd`'/blah' *Note the single quotes do not enclose `pwd` -- David Eduardo Gómez Noguera <[EMAIL PROTECTED]> -- gentoo-user@gentoo.org mailing list