#!/bin/csh -f # Echo lots of blank lines to screen so I can scroll back and easily spot this. @ i = 0 while ($i < 150) echo "" @ i++ end clear