I have a fortran program that uses data from file.dat. I'm trying to write an awk script that will update values in file.dat and then run then the fortran program, loop style.
Say file.dat is
1.0 2.0
3.0 4.0
5.0 6.0
7 8
9 10
I need the script to run the fortran program with these value, then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.