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

  1. Source files are usually created by typing them into the computer
  2. using an editor, such as "vi".
  3. Source files in the Pascal language must end with ".p" or ".pas".
  4. Source files in the C language must end with ".c".
  5. Source files in the FORTRAN language must end with ".f".
  6. Note that these are not "extensions" (Unix has no concept of
  7. "extensions").  They simply are the last few characters of
  8. the filename.  Filenames may be up to 255 characters long (not
  9. recommended) and may consist of any characters, although you'll
  10. have trouble with the shell if you stick, for example, "&" or
  11. "*" in any of your filenames; "." and "-" are fine, though.
  12.