home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume25 / setd / README < prev    next >
Encoding:
Text File  |  1992-01-11  |  1.2 KB  |  35 lines

  1. Setd and Mark Utilities
  2. Sunil William Savkar
  3. sunil@hal.com
  4. HaL Computer Systems Inc.
  5.  
  6. Setd and mark are two utilities useful for enhancing the change
  7. directory built in.  Setd allow change directories using marks,
  8. environment variables, or a built in queue.
  9.  
  10. Mark is used to generate the translation list from directory
  11. marks to full pathnames.
  12.  
  13. 1) Please read the man pages which come with the distribution
  14.     nroff -t -man setd.1 | more    <== to view
  15.     nroff -t -man mark.1 | more
  16.     psroff -man setd.1        <== to print
  17.     psroff -man mark.1
  18.  
  19. 2) Modify Makefile to have OFLAG reflect the type of machine you are
  20.    on.  SUN, HP, IBM, etcetera.  These two programs have been run on
  21.    Sparcs, HPs, IBM RS/6000s, Solbournes, and Sun 3s.  It doesn't require
  22.    anything special installed.  Therefore if you are using a machine other
  23.    than these, it will take little or no effort to get this to compile in
  24.    any flavour of UNIX.
  25.  
  26.    Also modify places to copy the files, put the man pages, etcetera.
  27.  
  28. 3) type    make copy to copy to the /usr/bin area and to the man area.
  29.  
  30. 4) Remember to set the environment variables MARK_DIR and SETD_DIR    
  31.  
  32. 5) Bugs or enhancements?  Please update me at sunil@hal.com
  33.  
  34.  
  35.