Former-commit-id: 8e62225a7270474384743c4f0d5b24c51bcbccaf
Former-commit-id: 02fdfd5451dc412d4992196ec2521055812b0f78
This commit is contained in:
Kaj Forney 2018-11-05 15:55:14 -07:00
commit ca53b1cbcd
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
for ip in $(seq 1 254); do
ping -c 1 172.100.100.$ip |grep "bytes from" |cut -d" " -f4|cut -d";" -f1&
done
#!/bin/bash
for ip in $(seq 1 254); do
ping -c 1 172.30.0.$ip |grep "bytes from" |cut -d" " -f4|cut -d";" -f1&
done