On Wed, 23 Feb 2005 11:51:37 -0500, Shane Presley wrote in <[EMAIL PROTECTED]>: > > indexmaker --output=whatever.html --filter name=~host /etc/mrtg/ > mrtg.cfg > > Returns a page with host and host2 on it. > > In other words how do I pattern match for an exact phrase, not just > the start?
Is this work? --filter 'name=~^host$' 'man perlre' for more details. -- Takumi Yamane <[EMAIL PROTECTED]> -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
