I need to automate a process using a script and generate output files similar to the name of the input files but with some additions to it.
my process is a Java code. two input arguments and two output arguments.
java #process_class# abc.txt abd.txt abc.1.out abd.a.out
If i want to iterate this for the set of text files in my folder how can i do this