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

  1. From: @SUMEX-AIM.ARPA:MRC@PANDA  (Mark Crispin)
  2. Date: Mon 20 Oct 86 05:42:50-PDT
  3. Postal-Address: 1802 Hackett Ave.; Mountain View, CA  94043-4431
  4. Phone: +1 (415) 968-1052
  5.  
  6.      The XDE Lisp machine file server I use has a file system of the
  7. sort that Mark Horton describes.  That is, it accepts and preserves
  8. mixed case in filenames, but in name selection it does a case-independent
  9. match.
  10.  
  11.      I find that on this file server I am much more likely to use a file
  12. name such as TokyoPaper.FirstDraft.  In fact, this file server encourages
  13. me to mix case like this freely, since there is no cost in doing so.  I
  14. can edit "tokyopaper.firstdraft" or "TOKYOPAPER.FIRSTDRAFT" or even
  15. "tOKYOpAPER.fIRSTdRAFT" and the system is still smart enough to figure
  16. out I mean TokyoPaper.FirstDraft.
  17.  
  18.      On the DEC-20 and Unix file servers, it's single case and hyphens.
  19. I end up using something like "tokyo-paper.first-draft".
  20.  
  21.      These were personal observations.  However, I know for a fact that
  22. nobody uses mixed case on our Unix-based file server.  The Leaf (Xerox
  23. Lisp machine file access protocol) server on Unix was modified to coerce
  24. all filenames to be entirely lowercase on the Unix machine's disk and to
  25. coerce it back to all uppercase in the other direction.  There were/are
  26. two reasons:
  27.  (1) transfers to/from the third file server, a DEC-20, were hopeless
  28.      otherwise since the Unix system would insist that two identical files
  29.      were different because the case of the names didn't match
  30.  (2) the users found the case dependence to be a serious problem.
  31.  
  32. -- Mark --
  33. -------
  34.  
  35. Volume-Number: Volume 7, Number 78
  36.  
  37.