Excerpts from Jiri Benc's message of 2015-09-07 14:46:09 +0200: > Or makes the readability worse by requiring more scrolling, depending > on number of interfaces you have and your taste.
Of course it's slightly subjective, but I think it improves readability quite a bit *especially* on servers with many interfaces. Without the additional lines, you can obviously fit more on one screen, but I don't think it's much, and I think that once you have a screenful of text, adding some whitespace makes it much, much easier to focus on the individual sections. > Many users prefer the current format. I've met users who prefer ifconfigs format (and have literally told me that they find ips hard to read), and I've met users who use a shell alias to hack newlines in (which is the motivation for this patch), and everyone that I've shown side-by-side comparisons has been supportive. > Also, as sad as it is, there are scripts out there that parse ip output > and I have no doubts this would break them. I'm aware. My opinion is that if someone parses that, they deserve the opportunity to fix their code. At the very least they could have used -oneline! The default output format is clearly intended for humans; it seems like no attention at all has been given to parseability. And that's as it should be - since, because it requires the fewest keystrokes, that's the format that nearly all interactive users are going to see, and the output should be optimized for them. If absolute compatibility even for badly written scripts that misuse the tool had to be maintained then that'd mean that no improvements could ever be made, and that'd be sad. Felix -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html