atom feed2 messages in org.freebsd.freebsd-portsRe: ports/26824: grep works wrong in ...
FromSent OnAttachments
Mart...@ii.stud.tu-ilmenau.deApr 24, 2001 2:17 pm 
Martin KaeskeApr 28, 2001 10:49 am 
Subject:Re: ports/26824: grep works wrong in apsfilter's SETUP
From:Martin Kaeske (Mart@II.Stud.TU-Ilmenau.DE)
Date:Apr 28, 2001 10:49:40 am
List:org.freebsd.freebsd-ports

The following reply was made to PR ports/26824; it has been noted by GNATS.

From: Martin Kaeske <Mart@II.Stud.TU-Ilmenau.DE> To: free@FreeBSD.org, Mart@ii.stud.tu-ilmenau.de Cc: Subject: Re: ports/26824: grep works wrong in apsfilter's SETUP Date: Sat, 28 Apr 2001 19:49:03 +0200

I "solved the problem with replacing grep with sed. grep -v "^#" $PRINTER_LIST --> sed -e '/^#/d' $PRINTER_LIST grep -c .... ---> sed ...|wc -l

But might not be in the interest of the apsfilter developers.

Martin

-- The instructions said to use Windows 98 or better, so I installed FreeBSD.

-- Jim Levie in comp.unix.bsd.freebsd.misc --

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message