[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Problem with dummy-setup



Alex Huth writes:
> I resolved the problem, a really silly one ;-) My bash seem to
> interpreted the "`" wrong.

It's not wrong. `foo` in Bourne Shell means to substitute the output of
the command foo.  "foo" and 'foo' means quote the value foo.

-- 
Hallvard