Though my issue is resolved, I have one more question:
Please see below, I want to append 3 files together, How do I go about this? The last file is the huge one. First I have to replace then append two more files to the same file. Please advise.
OPEN(UNIT=ISRC, FILE=ARG1...
Dear xwb,
This is not that simple, ofcourse I know what you have told, but I need any user to execute this, and for that Fortran program is the only way with sticky bit set. I need to do the copying in fortran only. This fortran program is part of a large program and any user should be able to...
I need to write to a file of different owner, So I created a fortran file with that owner and set the sticky bit, so that anybody can write into that file. Please see below the code I have written:
The excerpts code is as below:
OPEN(UNIT=ISRC, FILE=ARG1, STATUS='OLD', ACTION='READ')...
I cannot do it using OS commands, I need to do it in Fortran only. Thats because I am using sticky bit and it works only executable and not in shell script. Please help!
Hello,
I would like to read from a file and write into another file. The input file is very large and has variable length and has both text and numbers. How do I copy? If I read 80 characters at a time, the resulting file is less in size to the original file. Since the file is huge unable to...
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.