> there are other builtins, too:
> $ for i in /var/run/*.pid;do read x < $i; echo $i $x; done
> 
> If you really need to find httpd's pid, you could sacrifice one of

oh, of course.. /var/www/logs/httpd.pid

Reply via email to