On Tuesday 16 May 2006 20:06, houghi wrote: > I am trying to figure out a foolproof way to get this done right. > Doing the copying in 'normal' order instead of reverse is not a > foolproof way.
First copy the ISOs that are not labeled CD1...5 and later the CD1...5 in reverse order. I'm sure it can be done with some bash/sed/grep magic. Like: suseisos=`ls -1 *.iso | grep -e "CD[1-5]"` extraisos=`ls -1 *.iso | grep -ve "CD[1-5]"` First process each entry from $extraisos and later $suseisos in reverse order. Andras -- Quanta Plus developer - http://quanta.kdewebdev.org K Desktop Environment - http://www.kde.org
pgpCsPS2A3pOM.pgp
Description: PGP signature
