bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No tilde expansion right after a quotation


From: Jon Seymour
Subject: Re: No tilde expansion right after a quotation
Date: Mon, 16 Feb 2009 09:50:26 +1100

On Mon, Feb 16, 2009 at 9:26 AM, Angel Tsankov <fn42551@fmi.uni-sofia.bg> wrote:
> Jon Seymour wrote:
>> There may be other ways to do this, but:
>>
>>     CPATH="${CPATH}${CPATH:+:}$(echo ~usr1/blah/blah)"
>>
>> should work.
>
> Well, I'd like to avoid the use of external commands.
>

echo is a builtin, so if you are worried about performance costs
associated with its execution, you shouldn't be.

> --Angel
>
>
>
>
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]