Jump to content

Ping a range of IPs

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Jame

Jame

    Learning Programmer

  • Members
  • PipPipPip
  • 32 posts
This is a simple little script that will allow you to ping a range of IP addresses. It is only one line :)

Instructions:
Create a file named ips.txt
Enter an IP on each line
This file should be in the same directory as the script.

Use
$ ./ping_range.sh

Attached Files



#2
chown

chown

    Newbie

  • Members
  • PipPip
  • 14 posts
Nice little script. Thanks! :)