[c-nsp] Frustration with XR "show interface" and pipe commands

Asbjorn Hojmark - Lists lists at hojmark.org
Thu May 24 10:29:53 EDT 2012


On Thu, 24 May 2012 08:19:40 -0600, you wrote:

> Someone asked me how to do something very simple and I'm finding it
> very difficult! He wants to do a "show interface" command and show
> only lines with "up" or "rate" in it.

Put your regex in quotes:

  sh int | i "up|rate"

-A



More information about the cisco-nsp mailing list