Hello,
So I have approximately 300 files of raw data (.txt) files that I am using to perform statistical analysis. I have been able to construct a Fortran program that is able to perform my statistical analysis on a file by file basis.
However, I now want to be able to loop program through all of the text files through the use of a shell script, rather than going running the program ~300 times which is not realistic.
I'm thinking about performing some sort of a Do Loop in the terminal to loop through the program with for each file. However, I do not know how to change my fortran program such that I can replace the name of the file to open/write to.
Any help would be greatly appreciated.
Thanks
