bug-bash
[Top][All Lists]
Advanced

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

Re: tab expansion cant deal with "=" in filenames


From: Chet Ramey
Subject: Re: tab expansion cant deal with "=" in filenames
Date: Wed, 30 Oct 2002 08:53:29 -0500

> Bash Version: 2.05a
> Patch Level: 0
> Release Status: release
> 
> Description:
> no matter if you do
> $ cat =TAB
> $ cat ./=TAB
> $ cat ./=bbbTAB
> bash just can't expand a filename with a "=" at front.  Maybe middle
> too--I didn't test that.

Quote it.  A backslash is sufficient.  `=' is a word break character
for the completion code.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet )

Chet Ramey, ITS, CWRU    chet@po.CWRU.Edu    http://cnswww.cns.cwru.edu/~chet/




reply via email to

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