> try
> blah=`pwd`'/blah'
>
> *Note the single quotes do not enclose `pwd`

I know how to use `command`, but the problem is that i read blah from file.
blah=`head -n x file|tail -n 1` and in the file i have lines `pwd`/blah. 
$ echo $blah
`pwd`/blah

This is the problem. 

-- 
Best Regards,
Peper
-- 
gentoo-user@gentoo.org mailing list

Reply via email to