#!/bin/csh sed -f ms_c $1.f90 | sed s/\ // | sed -f al_unc | sed -f al_c > $1.tmp rm $1.f90 mv $1.tmp $1.f90