home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / wizards / 4572 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.2 KB

  1. Xref: sparky comp.unix.wizards:4572 comp.unix.shell:4601 comp.unix.misc:4071
  2. Path: sparky!uunet!stanford.edu!rutgers!uwvax!brownie.cs.wisc.edu!so
  3. From: so@brownie.cs.wisc.edu (Bryan S. So)
  4. Newsgroups: comp.unix.wizards,comp.unix.shell,comp.unix.misc
  5. Subject: The Problem with UNIX
  6. Message-ID: <1992Nov9.172715.16367@cs.wisc.edu>
  7. Date: 9 Nov 92 17:27:15 GMT
  8. Sender: news@cs.wisc.edu (The News)
  9. Organization: University of Wisconsin, Madison -- Computer Sciences Dept.
  10. Lines: 30
  11.  
  12.  
  13. I am doing research on UNIX command line interface problems.
  14. I am sure everyone has his/her favorite UNIX troubles, would
  15. you post or email me what's your favorites?  What should have
  16. been done by UNIX to resolve that problem in general?
  17.  
  18. Does anybody know of excellent papers in this area?  I know 
  19. about Norman's "The Trouble with UNIX".
  20.  
  21. To start the discussion, consider the following problems:
  22.  
  23.     cat a b > b
  24.  
  25.     This is a general problem of trying to modify the input
  26.     file.
  27.  
  28.  
  29.     rm -filename_with_a_hyphen
  30.  
  31.     This is a general problem of name clash (clashing filename
  32.     with command options.)
  33.  
  34.  
  35.     mail somebody < a.out
  36.  
  37.     Sending binary file should be uuencoded first.  This is a
  38.     general type conflict problem.
  39.  
  40.  
  41. Bryan So
  42.