2008/12/17 mark morreny <[email protected]>: > Hi, > > Thank you for your kind help, but when I tried your solution, I am getting > error: > > [r...@localhost ~]# cat /var/run/opensips_perf.pid > 3513 > [r...@localhost ~]# kill 'cat /var/run/opensips_perf.pid' > -bash: kill: cat /var/run/opensips_perf.pid: arguments must be process or > job IDs > [r...@localhost ~]# > > Any suggestion what is wrong?
Why are you using 'cat /var/run/opensips_perf.pid' ?? That's totally wrong. I hope you mean: `cat /var/run/opensips_perf.pid` But I prefer: $(cat /var/run/opensips_perf.pid) -- Iñaki Baz Castillo <[email protected]> _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
