Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: more process with kill
- X-seq: zsh-users 4223
- From: Will Yardley <william@xxxxxxxxxxxxxxx>
- To: ZSH Users <zsh-users@xxxxxxxxxx>
- Subject: Re: more process with kill
- Date: Fri, 14 Sep 2001 02:53:14 -0700
- Cc: Bruno Bonfils <asyd@xxxxxxxxxxxxx>
- In-reply-to: <20010914024814.C10657@xxxxxxxxxxxxxxx>
- Mail-followup-to: ZSH Users <zsh-users@xxxxxxxxxx>, Bruno Bonfils <asyd@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: New Dream Network
- References: <20010914051735.A1756@xxxxxxxxxxxxx> <20010914024814.C10657@xxxxxxxxxxxxxxx>
> > i want to know how to have all process of a user
> > with kill (i have only childs process of current shell).
oh sorry the completion for kill.... sorry - it's late. i don't know
much about the new completion system; with the old one you could just
change 'ps x' to 'ps ux'
compctl -j -P '%' + -s '`ps x | tail +2 | cut -c1-5`' + \
-x 's[-] p[1]' -k "($signals[1,-3])" -- kill killall
for the new system you'd probably want to edit the function '_pids'
(which is called from the _kill function).
sorry for being so obtuse...
w
--
Sintax error in config file! (line 378)
aborted!
GPG Public Key:
http://infinitejazz.net/will/pgp/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author