#!/bin/sh for i in 020 040 060 080 100 120 do FILE="BSE-"$i"-01" ./BSE.py $i > $FILE.fp FILE="BTE-"$i"-02" ./BTE.py $i > $FILE.fp done