Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
help w/ logic on compctl pattern
- X-seq: zsh-users 46
- From: unpingco@xxxxxxxxxxxx (Jose Unpingco)
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: help w/ logic on compctl pattern
- Date: Wed, 5 Jul 95 14:15:52 PDT
Hi,
I want to set up the compctl so that vi args complete only files
which are not directories and are not files that end in .bak.
I got as far as
ls *(^/)
which lists everything not a directory
and
ls ^bak
which lists every file not ending in bak
but I can't figure how to AND these two patterns together.
thanks.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author