#!/bin/csh -f # bulk copy with different names foreach i (17 18 19 20 21 22 23) cp xxx.c xxx_$i.c end