Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Is this possible/easy?
- X-seq: zsh-users 754
- From: Hendrik Visage <hendrikv@xxxxxxxxxxxxxxxxx>
- To: Jason Price <gt5076c@xxxxxxxxxxxxxx>
- Subject: Is this possible/easy?
- Date: Sat, 15 Mar 1997 14:07:23 +0200 (SAT)
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <199703031606.LAA05312@xxxxxxxxxxxxxxxxxxxx>
- References: <199703031606.LAA05312@xxxxxxxxxxxxxxxxxxxx>
Jason Price writes:
> I need to generate a script to ping all the IP addresses in a couple
> of class C's. (So we can double check our records, and see which are
> in use) Is there a way to generate this easilly? Even something to
> list them all out, and redirect the output would be enough.
>
There's a program called "fping" that'll do this in a VERY efficient
manner, like reading the list from stdio or a file or command
line. Does these kind of pings and give the answers MUCH faster than
individual pings would. (Sorry if I'm late, but were on vacation, and
this needs a better answer than given via the list)
> Something like
>
> 150.150.150.0
> 150.150.150.1
> 150.150.150.2
> ...
> 150.150.150.255
>
> Thanks;
> Jason
>
> --
> @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> Jason Price | The brain is a wonderful organ: it starts working the
> Theta Xi, BA 449 | moment you get up, and doesn't stop till you get to class.
> @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
>
Hendrik Visage
HendrikV@xxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author