On 2018/01/28 21:34, bijan wrote: > On 01/28/18 21:24, bijan wrote: > > Hi, > > > > Added -l argument to ifconfig to only print names of interfaces. > > (Maybe a lame excuse from me for being too lazy but FreeBSD > > supports it too) > Missed the usage string, Update!
Pretty sure this diff has been rejected once or twice before. This is what the installer does, ifconfig | sed -n 's/^\([^[:space:]]*\):.*/\1/p'
