#! /bin/csh -f unalias qstat set list = `qstat @sukap010 | qlist.sed` foreach job ($list) echo $job end