#!/bin/tcsh -f set NUMMER = $# while `expr $NUMMER != 0` echo $NUMMER nawk -f ~/PETC/NAWKBEFEHLEUSW/PROCHECK/nawk_procheck_rama_out $argv[1] > $argv[1]:r.out_1 cat $argv[1]:r.out_1 >> output.rama rm $argv[1]:r.out_1 shift set NUMMER = `expr $NUMMER - 1` end unset $NUMMER