On Wed, Jun 28, 2006 at 07:28:10AM +0200, Jan De Luyck wrote: > Since of this morning, pgrep -c returns the pid of a process > instead of the count of the amount: Thanks for bug report, it looks like the upstream changed this bit of code around a bit and I missed it for the c option patch.
> effectively breaking a few of my scripts. try pgrep -c blahblah pgrep segfaults :( I have uploaded a new version just now, it works much better! $ pgrep -c blahblah 0 $ pgrep -c bash 4 -- Craig Small GnuPG:1C1B D893 1418 2AF4 45EE 95CB C76C E5AC 12CA DFA5 Eye-Net Consulting http://www.enc.com.au/ MIEE Debian developer csmall at : enc.com.au ieee.org debian.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

