home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mm / mm-0.90 / help / TOPICS.DIR / TOP.DIR / directory.HLP < prev    next >
Encoding:
Text File  |  1990-12-18  |  3.0 KB  |  63 lines

  1. DIRECTORY
  2.  
  3. If you are a new user, you probably have only a few files and keep them in
  4. your home directory (the one you are in at login), and you may possibly 
  5. never change to another directory.  However, once you begin to use other
  6. directories, you need to be aware of what directory MM is using if you
  7. don't specify a directory when you use a filename.
  8.  
  9. In Unix, each process has its own current working directory (cwd).  When
  10. you start an MM process from the shell, the MM process starts out with the
  11. same cwd as the shell.  While you are running MM, you can check MM's cwd 
  12. with the PWD command and change it with the CD command.  If you suspend MM 
  13. (with EXIT, QUIT or SUSPEND), and change the cwd of the shell, the cwd of 
  14. the suspended MM process does not change.  In either case then, the cwd of 
  15. your MM process may then be different from that of the shell. This 
  16. situation is not a problem, unless you are unaware of it.
  17.  
  18. You can name a directory path every time you use a filename.  In practice, 
  19. this is tedious to do.  Instead, you can use just the filename, and MM will
  20. default either to its current working directory, or to the one specified
  21. by the variable MAIL-DIRECTORY (which defaults to your home directory).
  22.   
  23. The following default to MM's current working directory.  You can determine
  24. what directory that is with the command PWD.  To use a different directory,
  25. either use the CD command to change directory, or give a directory path 
  26. with the filename.
  27.   commands:   list   take   fcc
  28.   variables:  default-fcc-list   
  29.   addresses:  fcc   *filename   @filename   @@filename
  30.   text-mode:  control-b [to insert a file]
  31.  
  32. The following default to the variable MAIL-DIRECTORY, which is your home
  33. directory, indicated by tilde (~), unless you have changed it; verify with
  34. SHOW MAIL-DIRECTORY if you are uncertain.  Again, to use a different
  35. directory, you can give a directory path with the filename.
  36.   commands:   copy   move   get   examine   write   insert
  37.               save-draft   restore-draft
  38.   variables:  header-options-file   saved-messages-file   
  39.  
  40. If you are giving a directory path with the filename, usually the best way
  41. is to give a path from your home directory (~/).  For example, the file 
  42. "exams" in your subdirectory "schoolwork" can be named as ~/schoolwork/exams.
  43.  
  44.   
  45. The following refer to programs (commands) rather than text files.  Like
  46. the shell, MM uses the PATH environment variable to search for the program,
  47. and similarly you can specify a path with the command name to make it use
  48. a program from a place not in the PATH.
  49.   variables:  crt-filter   editor   finger   incoming-mail   mmail-path
  50.               movemail-path   print-filter   speller
  51.   text-mode:  control-e   control-f   control-p
  52.  
  53. To see your PATH, type "!echo $PATH" at any MM prompt, or "echo $PATH" at 
  54. the shell prompt.
  55.  
  56. For more help type "help" and one of these topics:
  57.   cd   pwd
  58.  
  59. For more information on the use of directories,
  60.  type "!man" and any of the following (from any MM prompt),
  61.  or type "man"and any of the following (from the shell prompt):
  62.     cd   pwd   ksh
  63.