home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / fortran / 5173 < prev    next >
Encoding:
Text File  |  1993-01-25  |  660 b   |  24 lines

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!stanford.edu!nntp.Stanford.EDU!leland.Stanford.EDU!kocks
  3. From: kocks@leland.Stanford.EDU (Peter Kocks)
  4. Subject: How to get command line arguments from unix with FORTRAN?
  5. Message-ID: <1993Jan25.214008.10580@leland.Stanford.EDU>
  6. Sender: news@leland.Stanford.EDU (Mr News)
  7. Organization: DSG, Stanford University, CA 94305, USA
  8. Date: Mon, 25 Jan 93 21:40:08 GMT
  9. Lines: 13
  10.  
  11.  
  12. Subject says all.
  13.  
  14. Can someone tell me how to read the command line arguments of
  15. a unix command line from with FORTRAN.  Something presumably similar
  16. to the c
  17.  
  18. main(int argc, char **argv){
  19. }
  20.  
  21. Thanks 
  22. Peter Kocks
  23. kocks@chemistry.stanford.edu
  24.