+New option -s displays a short list of interfaces (similar to +netstat -i). + +The --format option can be used to read format from a file. To do so, +prefix the file name with a '@' sign, e.g.: + + ifconfig --form...@file + +The contents of this file is read literally, except that the lines +beginning with a `#' sign are ignored (and can thus be used to introduce +comments). +
Cool!