8 Dec
2016
8 Dec
'16
5:38 p.m.
On Dec 8, 2016, at 10:33 AM, Warren Young <warren@etr-usa.com> wrote:
ls /proc/$(pidof my-dancer-program)/fd | wc -l
Minor problem: pidof won’t find your Dancer app unless you search for ‘perl’, and then it will find everything running under Perl. Substitute pgrep -f for pidof.