> seq 0 254 | while read f; do ping -c 1 $f; done; arp

grrrr, that should be:
seq 0 254 | while read f; do ping -c 1 192.168.1.$f; done; arp


-- 
To UNSUBSCRIBE, email to [email protected] 
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: 
http://lists.debian.org/[email protected]

Reply via email to