Re: kde 2.2 were coming soon


Subject: Re: kde 2.2 were coming soon
From: Bill Fink (billfink@capu.net)
Date: Sat Aug 25 2001 - 11:33:43 MDT


On Sat Aug 25 2001, Kevin B. Hendricks wrote:

> That will also work but it would mean adding the following lines to the grep
> command
>
> | grep -v '/usr/bin"$' \
> | grep -v '/usr/lib"$' \
> | grep -v '/usr/share"$' \
> | grep -v '/usr"$' \
> | grep -v '/usr/sbin"$' \
> | grep -v '/usr/share"$' \
> | grep -v '/usr/bin/konsole_grantpty"$' \
> | grep -v '/usr/X11R6/lib"$' \
> | grep -v '/usr/X11R6"$' \
>
> Before it gets redirected into the output file.

How about just changing foo$ to foo"*$, which will match foo$, foo"$,
foo""$, foo"""$, etc, or changing foo$ to foo"\?$, which will only
match foo$ or foo"$.

                                                -Bill



This archive was generated by hypermail 2a24 : Sat Aug 25 2001 - 10:42:02 MDT