Bug 15596

Summary: netstat -rn does'n fit on a 80 chars wide terminal
Product: Base System Reporter: Riccardo Torrini <riccardo>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   

Description Riccardo Torrini 1999-12-21 01:50:02 UTC
netstat -r works fine but netstat -rn (show only ip without resolving
names) does'n fit on a 80 chars wide terminal (console nor xterm)

Fix: 

netstat -rn | cut -c-16,32-	# :-)
How-To-Repeat: just try netstat -rn from a command line (also netstat -r)
to show differences
Comment 1 chris 1999-12-21 02:02:47 UTC
On Mon, Dec 20, 1999, riccardo@torrini.org wrote:
> netstat -r works fine but netstat -rn (show only ip without resolving
> names) does'n fit on a 80 chars wide terminal (console nor xterm)

   No, netstat -rn prints the routing tables.

   Perhaps you could provide an example of what specifically is
happening.

-- 
|Chris Costello <chris@calldei.com>
|I must have slipped a disk; my pack hurts.
`------------------------------------------
Comment 2 Poul-Henning Kamp freebsd_committer freebsd_triage 2001-03-28 20:15:18 UTC
State Changed
From-To: open->closed

Antique PR.