Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: I shot the zsheriff, but I do not shout the debuty
- X-seq: zsh-users 9094
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: I shot the zsheriff, but I do not shout the debuty
- Date: Tue, 12 Jul 2005 23:53:58 +0000
- In-reply-to: <20050712.203614.74755196.Meino.Cramer@xxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20050711.203925.41654207.Meino.Cramer@xxxxxx> <1050712002437.ZM25819@xxxxxxxxxxxxxxxxxxxxxxx> <20050712.203614.74755196.Meino.Cramer@xxxxxx>
On Jul 12, 8:36pm, Meino Christian Cramer wrote:
} Subject: Re: I shot the zsheriff, but I do not shout the debuty
}
} > grep -ie 'compdef.*\^k' $^fpath/*(.)
}
} zsh: no matches found: /home/mccramer/.zfunc/*(.)
For some reason I assumed you would not have empty or non-existent
directories in your $fpath.
Use
grep -ie 'compdef.*\^k' $^fpath/*(.N)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author