Re: Netstat -i 5-character interface name length?

From: mike tancsa <mike_at_sentex.net>
Date: Wed, 29 Jun 2022 15:13:31 UTC
On 6/29/2022 10:56 AM, Chris Ross wrote:
> Hello folks.  I just noticed something that I’m sure has been true 
> forever, but I checked and it’s still true on my 12.3-STABLE system.
>
One of the first local mods I do is alias netstat to netstat -W for this 
reason. e.g.
alias netstat   netstat -W

in /etc/csh.cshrc

     ---Mike