I have a problem where I have a program where I have an initial input file, it will produce an output.
The problem is I have several input file where I currently run each input file independently.
If possible, I want the program to run each input file iteratively one after another in one go no matter how many input file I have.
The problem is I have several input file where I currently run each input file independently.
If possible, I want the program to run each input file iteratively one after another in one go no matter how many input file I have.