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

  1. Date: Thu, 20 Nov 86 08:39:02 -0200
  2. From: mcvax!crin!tombre@seismo.UUCP (Karl Tombre)
  3. Organization: C.R.I.N., Nancy, France
  4.  
  5. On use of case in filenames :
  6.  
  7. >There are several uses I can think of:
  8. >
  9. >    1) linking: cd /etc; ln passwd PASSWD
  10. >        This makes it less likely that I will lose my passwd
  11. >        file even if I do `rm p*'.
  12. >    2) old versions: cd /etc; cp passwd PASSWD
  13. >        Keeps a backup version. Note that these two uses may
  14. >        conflict if I decide to `cp /dev/null PASSWD'!
  15. >    3) filename completion: using (1) an the 4.3 csh, I can type
  16. >        `vi /etc/P<ESC><RET>'. Ok, ok, emacs then :-)
  17. >    4) intermediate files: instead of picking a new name, I can
  18. >        just change case. Yes I know I can use other methods.
  19. >
  20.  
  21. Well and how about directories? I know at least 2 tools using cases in their
  22. directories : rn (News directory) and mail mode in Unipress emacs (Messages
  23. directory). So I generalized this use. All my directories begin with
  24. uppercase, the other files with lowercase. This provides an easy way to
  25. separate directory from file. Of course, that's what I do in my home
  26. directory, I let /usr, /etc and so on remain in lower case :-)
  27.  
  28.  
  29.  
  30. Volume-Number: Volume 8, Number 60
  31.  
  32.