Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_find or _users broken?
- X-seq: zsh-workers 11016
- From: Adam Spiers <adam@xxxxxxxxxx>
- To: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Subject: _find or _users broken?
- Date: Sat, 29 Apr 2000 13:58:06 +0100
- Mail-followup-to: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
$ find -user <TAB>
---- user
---- directory
<list of directories and users together>
$ find ! -user <TAB>
---- directory
<list of directories>
Why is it completing directories at all? And when it completes users
and directories, why are the users listed under the directory group?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author