home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.fortran
- Path: sparky!uunet!stanford.edu!nntp.Stanford.EDU!leland.Stanford.EDU!kocks
- From: kocks@leland.Stanford.EDU (Peter Kocks)
- Subject: How to get command line arguments from unix with FORTRAN?
- Message-ID: <1993Jan25.214008.10580@leland.Stanford.EDU>
- Sender: news@leland.Stanford.EDU (Mr News)
- Organization: DSG, Stanford University, CA 94305, USA
- Date: Mon, 25 Jan 93 21:40:08 GMT
- Lines: 13
-
-
- Subject says all.
-
- Can someone tell me how to read the command line arguments of
- a unix command line from with FORTRAN. Something presumably similar
- to the c
-
- main(int argc, char **argv){
- }
-
- Thanks
- Peter Kocks
- kocks@chemistry.stanford.edu
-