Bash/Schleife
Zur Navigation springen
Zur Suche springen
Schleife mit bash
while true; do echo "established db connections:"; netstat -an|grep .139 |grep -i established| wc -l; sleep 120; done
Keywords: bash,while,do,true,loop,shell,schleife