#! /bin/sh # check Anzahl der authentifizierten Chilli-User anzahl=`chilli_query list | awk -F " " '$5 == "1"' | wc -l` echo "Anzahl authentifizierter Chilli User = $anzahl" exit 0