bash ${SCRIPT} #!/bin/bash # count=$(sudo lsof|grep TCP|grep squid|grep ":http->"|wc -l) echo "Statistic.SquidConnections: $count" exit 0