Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: completion example



> 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