DATE=`date +%b`
export DATE
cd /wherever
ls -LR | grep $DATE | | awk '{print $9}' | cpio -pd /dirTheyNeedToBeIn
thanx,
Bill