Newsgroups: comp.unix.programmer Path: utzoo!utgpu!watserv1!watmath!att!att!cbnewsl!cbnewsk!linwood From: linwood@cbnewsk.att.com (linwood.d.johnson) Subject: Re: Why use U* over VMS Organization: AT&T Bell Laboratories Date: Tue, 30 Oct 90 02:13:28 GMT Message-ID: <1990Oct30.021328.13001@cbnewsk.att.com> Summary: redirection References: <+SP6XL@xds13.ferranti.com> <27237@mimsy.umd.edu> Lines: 42 In article <27237@mimsy.umd.edu>, chris@mimsy.umd.edu (Chris Torek) writes: > >>[VMS is] also a whole lot more user friendly. > > In article <+SP6XL@xds13.ferranti.com> peter@ficc.ferranti.com > (Peter da Silva) writes: > >Yep. Everything is an option to "SET". > > Or `SHOW'. Lessee, now, to get a listing of files, was it `SHOW FILES'? > No, wait, `SHOW FILES/DIRECTORY=CURRENT', er, no, `SET > LISTING=FILES/CURRENT_DIRECTORY'... :-) > > (Or, to print a file to the screen, that was `PRINT FOO'? And to type > one out on the letter-quality typewriter-device, that was `TYPE FOO'. > Yeah, right.) > The one nice thing I remember about VMS was that its `help' facility > mostly worked. I did miss the equivalent of `apropos'.... (Mind you, > this was VMS 2.3.) Yeah, all of that stuff is frustrating. But, try to redirect output/input to/from a file. Or send the output from one program to another. Man, you talk about wordiness. $ ASSIGN FOO.OUT SYS$OUTPUT $ ASSIGN SYS$INPUT FOO.INPUT But, VMS has a great debugger. The greatest debugger that I've ever used. Other than the debuggers that I've used on the PC. +===================================================================+ | Linwood D. Johnson | linwood@ihlpf.att.com | +-------------------------------------------------------------------+ | Disclaimer: Opinions expressed here are mine and mine only. | | Besides, who else would want them? | +===================================================================+ -- +===================================================================+ | Linwood D. Johnson | linwood@ihlpf.att.com | +-------------------------------------------------------------------+ | Disclaimer: Opinions expressed here are mine and mine only. |