cvs commit: src/usr.bin/pkill pkill.1 pkill.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Wed Nov 16 10:36:45 GMT 2005


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


More information about the cvs-src mailing list