zsh-users
 help / color / mirror / code / Atom feed
From: Will Yardley <william@hq.newdream.net>
To: ZSH Users <zsh-users@sunsite.dk>
Cc: Bruno Bonfils <asyd@debian-fr.org>
Subject: Re: more process with kill
Date: Fri, 14 Sep 2001 02:53:14 -0700	[thread overview]
Message-ID: <20010914025314.D10657@hq.newdream.net> (raw)
In-Reply-To: <20010914024814.C10657@hq.newdream.net>

> > 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/


  reply	other threads:[~2001-09-14  9:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-14  3:17 Bruno Bonfils
2001-09-14  9:48 ` Will Yardley
2001-09-14  9:53   ` Will Yardley [this message]
2001-09-14 10:11 ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010914025314.D10657@hq.newdream.net \
    --to=william@hq.newdream.net \
    --cc=asyd@debian-fr.org \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).