initial commit
This commit is contained in:
8
tcl/calcurves/purge
Executable file
8
tcl/calcurves/purge
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/tcsh
|
||||
foreach fil (*.inp)
|
||||
set u=${fil:au:r}
|
||||
if (-e $u.340) then
|
||||
rm $fil
|
||||
echo "$fil $u.340"
|
||||
endif
|
||||
end
|
||||
Reference in New Issue
Block a user