Move all files from 2010 to job_backup dir

for i in ` ls -altr | grep 2010 | awk '{print $9}'`; do mv -f $i ../job_backup/; done;