#! /bin/sh -f for pipe in `cat pipelist4` do \rm $pipe mkfifo $pipe done gather -F pipelist4 -D2 -S |\ utop -R999999 |\ li_di_job |\ tim2hed3d_job & pipe=55 for line in `cat linelist4` do ilch2 -N /data1/obuKING/PreBin/SailLineData/$line/$line"_conditioned_compressed" |\ ttothen -I |\ avgain -md3 -w1000 -l60 -O$pipe"_named_pipe" echo $line" finished gather4_job" echo $pipe"_named_pipe finished gather4_job" pipe= `expr $pipe + 1` done