Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Apr 2001 10:50:02 -0700 (PDT)
From:      Martin Kaeske <Martin.Kaeske@II.Stud.TU-Ilmenau.DE>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/26824: grep works wrong in apsfilter's SETUP
Message-ID:  <200104281750.f3SHo2643061@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/26824; it has been noted by GNATS.

From: Martin Kaeske <Martin.Kaeske@II.Stud.TU-Ilmenau.DE>
To: freebsd-gnats-submit@FreeBSD.org,
	Martin.Kaeske@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 majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104281750.f3SHo2643061>