>>>>> 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? Can't you do something like "xargs -d'\n' -n1 eerror"? Ulrich -- [EMAIL PROTECTED] mailing list