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