Networker

Re: [Networker] mminfo; excluding certain values of "name" queryspec

2011-07-20 14:30:26
Subject: Re: [Networker] mminfo; excluding certain values of "name" queryspec
From: Michael Leone <Michael.Leone AT PHA.PHILA DOT GOV>
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Date: Wed, 20 Jul 2011 14:31:34 -0400
> > I can work around it, by excluding the name= portion all together, 
piping
> > the output through find, and telling find to only show me lines that 
have
> > no "H:\Users".
> 
> That (or something like it) is what you'll have to do.

Right. On Windows, I did


mminfo -avot -r "client,..." -q "client=nt_san1,..."|find /v "H:\Users"

That switch (/v) means show any lines that do not have the following 
value. So it showed me all lines that did NOT have H:\Users, which is what 
I want. And I can then pipe those ssids into an input file to be processed 
with "nsrmm -d -S", which is really what I wanted in the first place.

Thanks. Seems to me I do remember either having this problem in the past, 
or reading about it, and guess I just totally forgot that the "!" modifier 
is for flag values only.

To sign off this list, send email to listserv AT listserv.temple DOT edu and 
type "signoff networker" in the body of the email. Please write to 
networker-request AT listserv.temple DOT edu if you have any problems with this 
list. You can access the archives at 
http://listserv.temple.edu/archives/networker.html or
via RSS at http://listserv.temple.edu/cgi-bin/wa?RSS&L=NETWORKER