- #1
nikkinath
- 3
- 0
Hi All,
I am very new to FORTRAN Programming. The problem is related to commandline argument. i have a executable program which take 3 command line argument as an input. one is text file and two is variable. I want to write a script were i can execute this script and save in different file and should be able to change the arguments. for example;
./exe1 input.txt x x[j] > output.txt
i=j=1 ... 10
Any help or suggestion will be appreciated. Please let me know if any other information is neede.
Thank you
I am very new to FORTRAN Programming. The problem is related to commandline argument. i have a executable program which take 3 command line argument as an input. one is text file and two is variable. I want to write a script were i can execute this script and save in different file and should be able to change the arguments. for example;
./exe1 input.txt x x[j] > output.txt
i=j=1 ... 10
Any help or suggestion will be appreciated. Please let me know if any other information is neede.
Thank you