#!/bin/csh # this script will constantly run the experiments # file hello is to chech the status of the run date >> hello @ i = 1 while ( $i <= 100 ) full 25 10 5 @ i = $i + 1 echo $i >> hello date >> hello end