hi all
the following question relevant for ksh script
how to calculate the NETWORK IP according to NETMASK & IP ADDRES
if there are some ready shell script to calculate the NETWORK IP
for example
NETMASK=255.255.255.0
IP=172.18.20.10
then NETWORK IP should be 172.18.20.0
lidia