home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!darwin.sura.net!jvnc.net!netnews.upenn.edu!cs.widener.edu!psuecl!cxt
- From: cxt@ecl.psu.edu
- Newsgroups: comp.unix.aix
- Subject: Terminal input on RISC
- Message-ID: <1992Aug25.134326.4837@ecl.psu.edu>
- Date: 25 Aug 92 17:43:26 GMT
- Organization: Engineering Computer Lab, Pennsylvania State University
- Lines: 18
-
-
- I used to run some fortran programs on vax.
-
- I can combine the commands and terminal input together into a .com file.
- for example, I want to run a fortran code which needs terminal input of
- (x=)2.0 and (y=) 3.0, then I can do it by runnig the .com like
-
- $ fortran aaa.for
- $ link aaa.for
- $ run aaa.for
- 2.0
- 3.0
-
- to avoid intensive terminal typing.
-
- My question is:
-
- does RISC have the same ability to do so?
-