rob@100: for i in {0..63}; do x=`find . -type f -iname "*.svg" | shuf -n 1`; cp $x ../$i.svg ;done