Hello Lucy. Finally got a few minutes spare time. The attached Korn shell
script should do what you are wanting to do. I'm assuming the ranges are
either wildcard "*" or a begin-end pair separated by a "-". You may need to
change the full path specification for your seedfile in the script (at the
top).
<<seedfind.ksh>>
Blaine Owens
Eastman Chemical Company
Email - bowens@eastman.com
Phone - (423)229-3579
Fax - (423)229-1188
> -----Original Message-----
> From: Lucy Premus [SMTP:lpremus@METLIFE.COM]
> Sent: Tuesday, March 09, 1999 9:27 AM
> To: NV-L@UCSBVM.ucsb.edu
> Subject: Re: comparing address ranges in a script
>
> Before I go nuts trying to figure this out. Can something like this be
> done in
> Korn shell?
> ---------------------- Forwarded by Lucy Premus/Bsg/MetLife/US on 03/09/99
> 09:23
> AM ---------------------------
>
>
> Nicaud Phil <pnicaud@WOOLWORTHS.COM.AU> on 03/07/99 04:24:28 PM
>
> Please respond to Discussion of IBM NetView and POLYCENTER Manager on
> NetView
> <NV-L@UCSBVM.ucsb.edu>
>
> To: NV-L@UCSBVM.ucsb.edu
> cc: (bcc: Lucy Premus/Bsg/MetLife/US)
> Subject: Re: comparing address ranges in a script
>
>
>
>
> Perfect opportunity for a Perl script
>
> Phil
>
> > -----Original Message-----
> > From: Lucy Premus [SMTP:lpremus@METLIFE.COM]
> > Sent: Saturday, 6 March 1999 5:03
> > To: NV-L@UCSBVM.ucsb.edu
> > Subject: comparing address ranges in a script
> >
> > Is it possible to do a comparison of say an IP address to an IP address
> > range
> > (similiar to what would be defined in a seed file) within a script? For
> > example, I want to compare the following:
> >
> > address range address
> > 10.20.*.1-100 10.20.7.34 matches
> > 10.7.1-7.* 10.7.9.20 doesn't match
> **********************************************************************
> CAUTION: This Message may contain confidential information intended
> only for the use of the addressee named above. If you are not the
> intended recipient of this message you are hereby notified that any
> use, dissemination, distribution or reproduction of this message is
> prohibited. If you received this message in error please notify
> Mail Administrators immediately. Any views expressed in this
> message are those of the individual sender and may not necessarily
> reflect the views of Woolworths Ltd.
> **********************************************************************
seedfind.ksh
Description: Binary data
|