[wplug] mkisofs: same Rock Ridge name error

Russ Schneider russ at sugapablo.com
Fri Dec 31 12:41:09 EST 2004


On Fri, 31 Dec 2004, Patrick Wagstrom wrote:

> So how to get around this?  Well, I've never found an easy way with rock
> ridge.   I usually resort to making CDs that use Joliet or a unix only
> cd.

Well, since it was just a big collection of JPGs straight out of my 
camera, a little bash script helped:

#!/bin/bash
 
i=0
 
for a in *
do
        dir=$HOME/Documents/photos/$a
        cd $dir
        for b in *
        do
                let i+=1
                mv $dir/$b $dir/$i-$b
        done
done


-- 
[ Russ Schneider (a.k.a. Sugapablo)     ]
[ http://www.sugapablo.com <--music     ]
[ http://www.sugapablo.net <--personal  ]
[ http://www.2ra.org       <--political ]


More information about the wplug mailing list