Hello,
I am a newbie and do not have any shell script experience. I am trying to call a script from inside a fortran call using the call system(./script).
Now this script runs ok when run from command line, but when called from the fortran call, i get errors for unzip, date etc. i.e these commands cannot be found.
Do I need to do something additional to get these commands to run ? I need to unzip a few files inside the script, hence its necessary that this works from the system call.
Thanks,
Nikhil