for i in {1..276} do var=`echo $i|awk '{printf("%04d ",$0)}'` shell="rm -rf sysbackup.${var}.zip" echo $shell $shell done