====== Ping ====== Hosts einer IP-Range anpingen: for i in $(seq 160 200); do ping 192.168.123.$i -c 2; done -c : Anzahl der Ping-Versuche