home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / wizards / 4763 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  2.4 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!att-out!rutgers!uwvax!brownie.cs.wisc.edu!so
  2. From: so@brownie.cs.wisc.edu (Bryan S. So)
  3. Newsgroups: comp.unix.wizards
  4. Subject: Re: The Problem with UNIX
  5. Message-ID: <1992Nov18.022621.24074@cs.wisc.edu>
  6. Date: 18 Nov 92 02:26:21 GMT
  7. References: <1992Nov13.094336.2341@aber.ac.uk> <1992Nov13.213107.5722@chpc.utexas.edu> <17934@autodesk.COM>
  8. Sender: news@cs.wisc.edu (The News)
  9. Organization: University of Wisconsin, Madison -- Computer Sciences Dept.
  10. Lines: 56
  11.  
  12.  
  13. Concerning whether "cat a b > b" should prepend or give warning or does
  14. whatever it's now doing,
  15.  
  16. In article <1992Nov13.094336.2341@aber.ac.uk> btk@aber.ac.uk (Ben Ketteridge) writes:
  17.  
  18. ]     Actually, I think this example should work!  It is a perfectly 
  19. ]     reasonable request.  
  20.  
  21. Another opinion says,
  22.  
  23. In article <17934@autodesk.COM> dansmith@Autodesk.COM (Daniel Smith) writes:
  24. )
  25. )    No it isn't, consider my "glasses of water" theorem:
  26. >
  27. )
  28. )         |         |          |           |
  29. )         |~~~~~~~~~|          |~~~~~~~~~~~|
  30. )         |         |          |           |
  31. )         |         |          |           |
  32. )         |    A    |          |    B      |
  33. )         |         |          |           |
  34. )          \_______/            \_________/
  35. )
  36. )
  37. )    Ok, B can get bigger (i.e. a goblet, or a pitcher) to accept water
  38. )from A, but what do you mean to do with B's original water?  I think
  39. )B's original water must go to:
  40. )
  41. )         |      |_
  42. )         |~~~~~~| \
  43. )         |   C  | ||
  44. )         |      |_/
  45. )          \____/
  46. )
  47. )    C, an arbitrary coffee cup in n-dimensional cupboard space, which
  48. )can expand to hold any amount of liquid found in A & B.  I think you're
  49. )suggesting throwing B's water up in the air while A's water goes to B,
  50. )and having B's water splash on top.  This violates most of the laws of kitchen
  51. )physics (see Child, Julia "Fractal Baking") and just makes a big mess.
  52. )The third container (Tupperware or otherwise) saves the day.  With
  53. )this example, you could pour all of the water from C back into B (mv)
  54. )and then put C in the dishwasher (rm).
  55.  
  56.  
  57. I would think,
  58.  
  59.  This glasses of water theorem is biased in a sense that Cup C can
  60.  expand to hold any amount of liquid while Cup A and Cup B cannot.
  61.  
  62.  My mental model interpret a file as "n-dimensional cupboard space,
  63.  which can expand to hold any amount of liquid".  So, "cat a b > b"
  64.  is reasonable.  
  65.  
  66.  
  67. Bryan
  68.