On Thursday 27 September 2007, Ulrich Mueller wrote: > >>>>> On Thu, 27 Sep 2007, Mike Frysinger wrote: > > > > how about this: > > [...] > > + | (OFS=${IFS} IFS=$'\n'; while read -r n ; do (IFS=${OFS}; > > eerror " > > ${n}") ; done) > > This is rather ugly. These IFS games are to allow for leading > whitespace, right?
exactly > Can't you do something like "xargs -d'\n' -n1 eerror"? the BSD wankers would complain their xargs doesnt support -d -mike
signature.asc
Description: This is a digitally signed message part.