Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > gnu.bash.bug > #16782
| From | Josh Triplett <josh@joshtriplett.org> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | Re: FIGNORE not effective if it contains a full filename |
| Date | 2020-08-19 13:01 -0700 |
| Message-ID | <mailman.407.1597867306.2469.bug-bash@gnu.org> (permalink) |
| References | <20200819191554.GA405595@localhost> <0f999534-96c7-0052-02ce-46e5cb1883ba@case.edu> <20200819200133.GA410878@localhost> |
On Wed, Aug 19, 2020 at 03:33:49PM -0400, Chet Ramey wrote: > On 8/19/20 3:15 PM, Josh Triplett wrote: > > > Bash Version: 5.0 > > Patch Level: 18 > > Release Status: release > > > > Description: > > If FIGNORE contains the complete filename of a file, tab > > completion will not ignore it. > > FIGNORE is a list of suffixes, and requires at least one character before > the suffix when matching. I'm wondering if either that might be changeable or there could be a way to specify full filenames to get the same treatment. I'd like to ignore specific filenames, rather than all filenames ending in a suffix. Or perhaps there could be an option that does a regex match (allowing things like ^ and $)?
Back to gnu.bash.bug | Previous | Next | Find similar
Re: FIGNORE not effective if it contains a full filename Josh Triplett <josh@joshtriplett.org> - 2020-08-19 13:01 -0700
csiph-web