Markus Zolliker 12b0549cc0 merged master with work
Change-Id: Iedfb2bf7f28bfe45201adacec0645cc13abffe59
2021-03-03 09:00:45 +01:00

9 lines
123 B
Tcsh
Executable File

#!/bin/tcsh
foreach fil (*.inp)
set u=${fil:au:r}
if (-e $u.340) then
# rm $fil
echo "$fil $u.340"
endif
end