#!/bin/csh -f
foreach file (g0m*.asc)
    cp $file gehmom.dat    
    echo $file
    ./mom
    cp sorted.out $file:r.srt
end







