Dolenni Diddorol / Interesting Links These are just links (dolenni) to things that appear interesting (diddorol).
$ for ip in $(seq 1 254); do ping -c 1 192.168.1.$ip>/dev/null; [ $? -eq 0 ] && echo "192.168.1.$ip UP" || : ; donehttp://www.cyberciti.biz/faq/mapping-lan-with-linux-unix-ping-command/
Post a Comment
No comments:
Post a Comment