home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume8 / help.jn / files / filenames.txt < prev    next >
Encoding:
Text File  |  1989-08-19  |  532 b   |  9 lines

  1. Filenames in Unix may be composed of any characters, even non-
  2. printing characters (although not so useful).  However, conventionally,
  3. filenames have an "extension" composed of the period and a descriptive
  4. character or characters.  For example, C-language programs must
  5. be named a name whose last two characters are ".c".  Note that this
  6. is not really an "extension"; it's just that the last two characters
  7. of the filename are "." and "c".  Pascal programs may be named
  8. ending in ".pas" or ".p" .  Fortran programs must end in ".f"
  9.