Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion example
- X-seq: zsh-users 4480
- From: Clint Adams <clint@xxxxxxx>
- To: Zsh-users List <zsh-users@xxxxxxxxxx>
- Subject: Re: completion example
- Date: Fri, 16 Nov 2001 13:25:44 -0500
- In-reply-to: <20011116192536.A385@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20011116192536.A385@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
> Now, the funny thing is this actually works; process 238 will be killed if
> I hit return. But how do I get rid of the error message?
compctl -j -P '%' + -s '`ps x | tail +2 | cut -c1-5`' + \
-x 's[-] p[1]' -k "($signals[1,-3])" -- kill
Messages sorted by:
Reverse Date,
Date,
Thread,
Author