home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / arch / 11913 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  3.4 KB

  1. Path: sparky!uunet!hela.iti.org!cs.widener.edu!cs.widener.edu!usenet
  2. From: YOUNG@tattoo.cs.widener.edu (Rob Young)
  3. Newsgroups: comp.arch
  4. Subject: Re: Comparison of Alpha, MIPS and PA-RISC-II wanted
  5. Date: 23 Dec 1992 20:31:07 GMT
  6. Organization: Widener News/Mail Gateway
  7. Lines: 92
  8. Distribution: world
  9. Message-ID: <1haiabINN3m1@cs.widener.edu>
  10. References: <BzGn32.37C@dscomsa.desy.de> <42743@sdcc12.ucsd.edu> <1992Dec22.142358.188@indyvax.iupui.edu> <id.OG2W.USA@ferranti.com>
  11. NNTP-Posting-Host: tattoo.cs.widener.edu
  12. X-News-Reader: VMS NEWS 1.20
  13. In-Reply-To: peter@ferranti.com's message of 23 Dec 92 16:23:38 GMT
  14.  
  15.  
  16. In <id.OG2W.USA@ferranti.com> peter@ferranti.com writes:
  17.  
  18. > In article <1992Dec22.142358.188@indyvax.iupui.edu> imhw400@indyvax.iupui.edu writes:
  19. > > >     pipes
  20. > > got it
  21. > $ DIR | SORT
  22. > %DCL-W-MAXPARM, too many parameters - reenter command with fewer parameters
  23.  
  24. If you have the bucks you can purchase the POSIX shell for VMS.  It is
  25. dog slow but works.  Of course if you are talking about an Alpha AXP box, who
  26. cares??  Otherwise there are pipe packages available via anonymous FTP.
  27.  
  28. $ posix
  29. psx> dcl directory/date/size | sort
  30. sort: [standard input]: line 15: no newline at end of file
  31.  
  32.  
  33.  
  34.  
  35. Directory DUA1:[T]
  36. EXTRACT.BIN;1             7  17-NOV-1992 12:29:11.39
  37. LIBRARY.BIN;68           49  23-DEC-1992 11:49:52.06
  38. NOMENU.BIN;63            16  23-DEC-1992 11:51:53.51
  39. PHOTO.LOG;1               0  23-DEC-1992 15:11:59.62
  40. REPORTER.BIN;69          30  23-DEC-1992 11:50:38.25
  41. SAVE.BIN;59              30  23-DEC-1992 11:46:50.42
  42. SPANISH.BIN;2            59  22-FEB-1991 13:24:19.34
  43. SYSTEM.BIN;3             57  23-DEC-1992 11:48:47.64
  44. TTY.BIN;61               28  23-DEC-1992 11:51:16.64
  45. Total of 9 files, 276 blocks.
  46.  
  47. > > >     make
  48. > > got it
  49. > When did that show up. I once spent a week writing make for VMS because it
  50. > wasn't there.
  51.  
  52. Version 5.5.  Get the POSIX shell.  It has a good make.  Otherwise there are 
  53. numerous *decent* makes available via anon ftp.
  54.  
  55. > > >     choice of shells
  56. > > got it
  57. > Damn, can't seem to find any but DCL.
  58.  
  59. Get the POSIX shell.  I know, I know, "why should I have to pay extra???"  
  60. It is available though at a modest cost.  (i.e. $185 for a MicroVAX II).
  61.  
  62. > > >     machine independant, choice of vendor freedom
  63. > > VMS runs on two architectures now, maybe more later
  64. > Doesn't run on my PC.
  65.  
  66. But it will run on a PC, may not be yours though.  DEC is working on the 
  67. drivers to bring it down to the Alpha PC level.
  68.  
  69. > > >     simplicity
  70. > > got it
  71. > OK, quick, without looking it up. Is it
  72. >     delete queue/entry=
  73. > or
  74. >     delete entry/queue=
  75.  
  76. I avoid this by doing the following:
  77.  
  78.     $ delete/entry=???
  79.  
  80. The queue manager assigns unique entry numbers so it doesn't have to worry
  81. about target queue anymore.  
  82.  
  83. You seem to be stuck at a prior version of VMS.  Like any robust operating 
  84. system VMS has added new features, including the availability of a POSIX 
  85. (kshell) shell at VMS 5.5.
  86.  
  87. Peter, since you now have to support a VMS machine(s) you aren't trying to 
  88. learn VMS tricks/techniques by critiqueing it are you?
  89.  
  90.                 Rob
  91.  
  92.  
  93.                                                      young@tattoo.cs.widener.edu
  94. "Even the street fighters over at Sun are concerned when they look at what's
  95. happening with Windows.  They see the way the market works: The users are a
  96. bunch of sheep, and Billy [Gates, Microsoft CEO] is the shepherd"
  97.                         -- Maureen O'Gara
  98.                            Unigram-X editor
  99.