home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aix / 9059 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  743 b 

  1. Path: sparky!uunet!gatech!darwin.sura.net!jvnc.net!netnews.upenn.edu!cs.widener.edu!psuecl!cxt
  2. From: cxt@ecl.psu.edu
  3. Newsgroups: comp.unix.aix
  4. Subject: Terminal input on RISC
  5. Message-ID: <1992Aug25.134326.4837@ecl.psu.edu>
  6. Date: 25 Aug 92 17:43:26 GMT
  7. Organization: Engineering Computer Lab, Pennsylvania State University
  8. Lines: 18
  9.  
  10.  
  11. I used to run some fortran programs on vax.
  12.  
  13. I can combine the commands and terminal input together into a .com file.
  14. for example, I want to run a fortran code which needs terminal input of
  15. (x=)2.0 and (y=) 3.0, then I can do it by runnig the .com like
  16.  
  17. $ fortran aaa.for
  18. $ link aaa.for
  19. $ run aaa.for
  20.  2.0
  21.  3.0
  22.  
  23. to avoid intensive terminal typing.
  24.  
  25. My question is:
  26.  
  27.  does RISC have the same ability to do so?
  28.