#!/bin/csh -f set list = "sdss twomass ukschmidt bessell galex" foreach instr ($list) ./process$instr end