home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / mod.std.unix.v7 / text0022.txt < prev    next >
Encoding:
Internet Message Format  |  1987-06-30  |  1.2 KB

  1. Date:     Mon, 6 Oct 86 0:30:45 EDT
  2. From: Bernie Cosell <cosell@prophet.bbn.com>
  3. Subject:  Case Sensitive file names
  4.  
  5. To my view, the case folders have to make a VERY strong case that
  6. case-sensitivity is a bad thing before we could justify BUILDING IN
  7. that somewhat arbitrary limitation onto the operating system.  As has
  8. been mentioned, if the filesystem is left alone, then it is easy to
  9. envision that for certain uses, certain users *might* want to use (or
  10. to use utilities that use...) a variant or (or layer on) stdio that
  11. simply toupper's the filename string in the fopen call.  The users
  12. that didn't need or want such a limitation should be free to do as
  13. they wish.
  14.  
  15. Note that most of these other systems that are being presented as
  16. exemplars have pretty horrible filename conventions (most punctuation
  17. marks are not legal, certainly control chars aren't legal, the
  18. equivalent of '..' is *built in* to the kernel, the operation of '.'
  19. is *built in*.  I've always thought that was a crock!
  20.  
  21. >From what I've heard of the arguments so far, coupled with my biases,
  22. I'd vote to keep it case-sensitive (but then, of course, I don't have
  23. a vote so that hardly matters... :-).
  24.  
  25.   /Bernie
  26.  
  27. Volume-Number: Volume 7, Number 23
  28.  
  29.