On 9/29/2014 at 10:44 AM Mike. wrote: |I cleaned up my pslogscan.sh script a bit. Aside from some general |cleanup, I did some re-formatting of the output to make it look a bit |cleaner, and allow for some flexibility in display widths. I also |went from linear processing of multiple items to loop processing of |those items. [snip] =============
Someone found a typo that the FreeBSD shell seems to be OK with, but Debian (wheezy) dislikes. Version 1.8 has been uploaded to http://archive.mgm51.com/sources/pslogscan.html If you don't want to download, here's the description: I fixed line 144 with : if [ ${DeepProtocolTestsEnabled} = "no" ] ; then instead of if [ ${DeepProtocolTestsEnabled} == "no" ] ; then (I guess I've been programming in c too much of late. :) ) Thanks to AE for the bug report.