New utility: 'pid', a thing more or less similar in concept to
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 30 Nov 2012 19:34:35 +0000 (19:34 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 30 Nov 2012 19:34:35 +0000 (19:34 +0000)
commit1f7c0ae13d64c0cb1e282ad7309b1a92e6d31b41
tree0d0a88a5790ecf38cb1aeb215d901c48c538aa21
parentf17839e1e0576cac227c12d35945c8fc5c2ea4ba
New utility: 'pid', a thing more or less similar in concept to
Debian's pidof only souped up so as to recognise interpreted scripts
(in common languages), match command arguments, cope with shell
scripts (or indeed other programs) that have forked into pieces, try
to return a single pid for uses that won't cope with more than one,
and automatically exclude itself from its own search.

git-svn-id: svn://svn.tartarus.org/sgt/utils@9713 cda61777-01e9-0310-a592-d414129be87e
Makefile
pid/Makefile [new file with mode: 0644]
pid/pid.but [new file with mode: 0644]
pid/pid.c [new file with mode: 0644]