home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / acorn / 8496 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.8 KB  |  43 lines

  1. Path: sparky!uunet!mcsun!uknet!axion!rtf.bt.co.uk!duplain
  2. From: duplain@rtf.bt.co.uk (Andy Duplain)
  3. Newsgroups: comp.sys.acorn
  4. Subject: Re: OS differences and improvements (Was Re: new PC's, what's happening acorn?)
  5. Message-ID: <1992Sep3.085444.22813@rtf.bt.co.uk>
  6. Date: 3 Sep 92 08:54:44 GMT
  7. References: <1992Aug28.080035.15100@rdg.dec.com> <1992Sep2.104759.2124@bnr.co.uk>
  8. Organization: BT Customer Systems, Brighton, UK
  9. Lines: 32
  10.  
  11. In article <1992Sep2.104759.2124@bnr.co.uk> ajdh@bnr.co.uk (Andrew J D Hurley) writes:
  12. >
  13. >ls suggests LiSt which is what it does, cat suggests CATalogue - a little
  14. >obscure, lpr suggests Line PRint (or Laser PRint) which is what it does, grep
  15. >is Get Regular ExPression and so on. Ok, some are a little obscure but they
  16.  
  17. #pragma pedantic_mode_on  
  18.                 
  19.     "cat" (should) actually suggest concatenation (which someone has
  20.     already correctly pointed out in this thread).  This command is
  21.     not a good example as the resulting functionality (displaying text
  22.     on the screen) is really a side-effect; the output would normally
  23.     be redirected to another file, and the input would normally consist
  24.     of multiple files.
  25.  
  26.     "grep" actually stands for "global regular expression print" (which
  27.     someone has also already correctly pointed out in this thread), which
  28.     is the command you'd give to sed (g/<re>/p) to obtain the same
  29.     results.                      
  30.     
  31.     You're not helping us win this war :-)
  32.                   
  33.     Anyway this thread's getting a bit dull.  Lets bury the hatchet and
  34.     just say that all operating systems have good and bad points (expect
  35.     for MS-DOS which just has bad points :-).
  36.     
  37. #pragma pedantic_mode_off
  38.  
  39.  
  40. -- 
  41. Andy Duplain, BT Customer Systems, Brighton, UK.            duplain@rtf.bt.co.uk
  42. #define    DISCLAIMER      My views and opinions are my own, and not my company's
  43.