As the subject states, the pidof application no longer works (just hangs).

I have attached the results of cygcheck pidof

P.S.
As a workaround, I have to use the following:
ps -ef | grep -i "${1}" | grep -v "grep" | awk {'print $2'} | head -1

Attachment: cygcheck_pidof.out
Description: Binary data

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to