Tuesday, August 10, 2010

bash stuff

let a=1
for i in `ls `pwd` `
do
mv $i bm_eps00$a
let a=$a+1
done

No comments:

Post a Comment