* Stefano Lattarini wrote on Thu, Sep 02, 2010 at 06:44:34PM CEST: > On Thursday 02 September 2010, Peter Rosin wrote: > > $AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read > > member; do > > $AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $? > > done > Given that Solaris 10 /bin/sh, /usr/xpg4/bin/sh and /bin/ksh do not support > (or fail to honour) the `-r' option of the read builtin (bummer!), your fix > seems the best one to me.
Agreed. Thanks! Ralf