#!/bin/sh for i in 030 # 060 090 120 150 do FILE="QSH-"$i"-01" ./QSH.py $i > $FILE.fp FILE="QTH-"$i"-02" ./QTH.py $i > $FILE.fp done