From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 30 Aug 2012 10:29:31 -0400 To: 9fans@9fans.net Message-ID: <58a46aeba7ef432220fa6978e3da8d44@brasstown.quanstro.net> In-Reply-To: <1445947.tujqEUoNKY@coil> References: <6386745.9NEQHczKvd@coil> <4a4246597b87856a8036fe41ba9b29d2@kw.quanstro.net> <1445947.tujqEUoNKY@coil> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] rc's shortcomings (new subject line) Topicbox-Message-UUID: b4c316e6-ead7-11e9-9d60-3106f5b1d025 > > grep -b. but in general if the bio library had an option to output > > line-wise, then the problem could be avoided. otherwise, one would need to > > mux the output. > > > to quote you, erik, > > pipes still preserve write boundaries, as does il > > so, hopefully, a dumb pipe to cat would do the job...? :^) > > grep-single-directory:VQ: $FILES_IN_THE_DIR > grep $regex $prereq | cat i think you still need grep -b, because otherwise grep uses the bio library to buffer output, and bio doesn't respect lines. - erik