home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Utilities / Calc / help / environment < prev    next >
Encoding:
Text File  |  1992-02-24  |  1.6 KB  |  64 lines  |  [TEXT/????]

  1. Environment variables
  2.  
  3.     CALCPATH
  4.  
  5.         A :-separated list of directories used to search for
  6.         scripts filenames that do not begin with /, ./ or ~.
  7.  
  8.         If this variable does not exist, a compiled value
  9.         is used.  Typically compiled in value is:
  10.  
  11.             .:./lib:~/lib:${LIBDIR}/calc
  12.     
  13.         where ${LIBDIR} is usually:
  14.  
  15.             /usr/local/lib/calc
  16.  
  17.         This value is used by the READ command.  It is an error
  18.         if no such readable file is found.
  19.     
  20.     
  21.     CALCRC
  22.  
  23.         On startup (unless -h or -q was given on the command
  24.         line), calc searches for files along the :-separated
  25.         $CALCRC environment variable.
  26.  
  27.         If this variable does not exist, a compiled value
  28.         is used.  Typically compiled in value is:
  29.  
  30.             ${LIBDIR}/startup:~/.calcrc
  31.     
  32.         where ${LIBDIR} is usually:
  33.  
  34.             /usr/local/lib/calc
  35.  
  36.         Missing files along the $CALCRC path are silently ignored.
  37.     
  38.     HOME
  39.  
  40.         This value is taken to be the home directory of the
  41.         current user.  It is used when files begin with '~/'.
  42.  
  43.         If this variable does not exist, the home directory password 
  44.         entry of the current user is used.  If that information
  45.         is not available, '.' is used.
  46.     
  47.     PAGER
  48.  
  49.         When invoking help, this environment variable is used
  50.         to display a help file.
  51.  
  52.         If this variable does not exist, a compiled value
  53.         is used.  Typically compiled in value is something
  54.         such as 'more', 'less', 'pg' or 'cat'.
  55.     
  56.     SHELL
  57.  
  58.         When a !-command is used, the program indicated by
  59.         this environment variable is used.
  60.  
  61.         If this variable does not exist, a compiled value
  62.         is used.  Typically compiled in value is something
  63.         such as 'sh' is used.
  64.