![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Panic kernal-mode address fault on user address 0x14 | Twix | UNIX for Dummies Questions & Answers | 10 | 06-15-2009 09:42 AM |
| HW Address and arp | xramm | HP-UX | 4 | 07-26-2008 11:45 AM |
| send email from address list and subject list | paulds | UNIX for Dummies Questions & Answers | 2 | 06-27-2008 10:11 AM |
| How to Achive IP address through MAC(Ethernet) address | krishnacins | IP Networking | 3 | 08-29-2005 08:45 PM |
| network address and broadcast address? | pnxi | UNIX for Dummies Questions & Answers | 7 | 11-10-2003 11:29 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
ksh - how to list all ip address between 2 ip address
Trying to do a ksh script that needs to list all ip address between ip address a and b ..
ie. Ip address A=192.168.1.200 Ip address B=192.168.2.15 So the subnet changes from 1 to 2 but I want to list all possible ip addresses between the 2.. Which would be: 192.168.1.200 192.168.1.201..... up to .254 192.168.2.1 192.168.2.2.... up to .15 The script need to be able to cater for different subnets etc.. Any help? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|