Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sun, 15 Aug 2004 11:35:17 -0700 From: Yitzchak Scott-Thoennes To: cygwin AT cygwin DOT com Subject: Re: igawk problem Message-ID: <20040815183517.GA3512@efn.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Organization: bs"d X-IsSubscribed: yes On Fri, Aug 13, 2004 at 11:30:49PM -0400, Igor Pechtchanski wrote: > This looks like an upstream igawk portability bug -- the lines > > processed_program=`gawk -- "$expand_prog" /dev/stdin < $program > EOF > > look like the culprit. They should be using xargs instead... Not true. Running an awk program several times on a subsets of the files, as xargs may do, isn't necessarily going to have the same effect as running it once on all the files. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/