Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2005 10:36:44 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/pkill pkill.1 pkill.c
Message-ID:  <200511161036.jAGAajfj061322@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2005-11-16 10:36:44 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/pkill        pkill.1 pkill.c 
  Log:
  I often find myself doing:
  
          % pgrep <something> [to verify which processes match]
          % pkill <something>
  
  To speed such operation up, add -I option which works like rm(1)'s -i
  option (unfortunately -i is already used in pkill(1)), ie. pkill will
  ask for confirmation before killing each matching process.
  
  After adding -j, -F, -i, -S, -o and -L options and other improvements,
  I think I can add myself to the copyright header.
  
  Glanced at by:  maintainer (gad)
  
  Revision  Changes    Path
  1.19      +3 -1      src/usr.bin/pkill/pkill.1
  1.29      +42 -14    src/usr.bin/pkill/pkill.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511161036.jAGAajfj061322>