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

  1. From: seismo!enea!chalmers.UUCP!jacob (Jacob Hallen)
  2. Date: Fri, 7 Nov 86 23:35:50 -0100
  3. Organization: Dept. of CS, Chalmers, Sweden
  4.  
  5. >We seem to have three proposals:
  6. >
  7. >CS: Case sensitive file systems.  This is what all major Unix variants
  8. >    (V6, V7, SysIII, SysV, 2BSD, and 4BSD) now support.
  9. >
  10. >CC: Case coercive file systems (file names forced to all upper or all
  11. >    lower case).
  12. >
  13. >CR: Case retaining but otherwise insensitive file systems (new names
  14. >    are created according to the given case; matches are not case
  15. >    sensitive).
  16. >
  17.  
  18. There is a serious flaw in the CR case! You lose orthogonality in
  19. the interpretation of commands since creations, moves, copies and
  20. some other file operations will interpret arguments literally while
  21. other commands will have their arguments interpreted in the flexible way.
  22. A move by the way is a good example since one argument will be treated
  23. in one way and the other in the other way.
  24.  
  25. Jacob Hallen
  26.  
  27. Volume-Number: Volume 8, Number 49
  28.  
  29.