On Thu, Feb 23, 2006 at 09:56:46AM +0200, Nikos Vassiliadis wrote:

> > Just use:
> >
> > netstat -rn | awk '$3 !~ /L/ { print }'
> 
> That's exactly the point Eugene, I don't want to find ways to filter it out.
> It happens frequently. I didn't say it's difficult to remove it, I just don't 
> want it there all the time. That's why you can use -a to get the old
> behavior.

Just make ~/bin/netstat that will filter for you most of the time.

Eugene
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to