On 16 October 2010 23:25, Constantine Shulyupin <const at linuxdriver.co.il> wrote: > Hi, > > Are there tool, which outputs tidy table of interfaces and IP like this: > > eth0 up nolink 10.100.101.100 00:21:85:18:35:73 > vmnet1 up link 192.168.171.1 00:50:56:c0:00:01 Maybe a combination of "ip -o -4 a", "ip -o link" and "join" will do this. --Amos