#! /bin/csh set x=$1 while ($x <= $2) echo printing filled $x /data/source/src/_linux4/printD -F start=CT$x > WSO.$x.F.txt @ x = $x + 1 end