$ netstat -pnut -W | column -t -s $'\t'
This takes all of the tab spaces, and uses column to put them into the appropriately sized table.
by David Winterbottom (codeinthehole.com)
$ netstat -pnut -W | column -t -s $'\t'
This takes all of the tab spaces, and uses column to put them into the appropriately sized table.
by David Winterbottom (codeinthehole.com)