in reply to ip address list

So, you're asking how to remove '/29' from a string, and how to remove the first (second?) element of a list?

You also removed '10.2.9.0' from the list, but you didn't say why.

Replies are listed 'Best First'.
Re^2: ip address list
by mlebel (Hermit) on Jan 19, 2012 at 16:37 UTC
    Hi, sorry about that, your right.
    I need to remove the network address as well as the gateway address.
    I will be using this code within another script that checks internet usage, so I simply need the hosts addresses and not the network, gateway or broadcast addresses.