home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / com / utils / elm / newalias.man < prev    next >
Text File  |  1992-03-28  |  2KB  |  70 lines

  1. NAME
  2.      newalias - install new elm aliases for user and/or system
  3.  
  4. SYNOPSIS
  5.      newalias [-g]
  6.  
  7. DESCRIPTION
  8.      Newalias creates new hash and data  files  from  a  text  file.   If  the
  9.      program  is  invoked  with  the -g (global) flag, the program updates the
  10.      system alias files.  Otherwise, the  program  looks  for  a  file  called
  11.      $HOME/.elm/aliases.text    and,    upon   finding   it,   creates   files
  12.      $HOME/.elm/aliases.hash and $HOME/.elm/aliases.data for the elm program.
  13.  
  14.      The format that the program expects is;
  15.  
  16.           alias, alias, .. = comment = address
  17.      or
  18.           alias, alias, .. = comment = alias, alias, ...
  19.  
  20.      The first form is for an individual user such as;
  21.  
  22.           dave, taylor = Dave Taylor = veeger!hpcnou!dat
  23.  
  24.      and the second is for defining a group alias such as;
  25.  
  26.           gurus = Unix Gurus = alan, john, dave, mike, richard,
  27.                            larry, t_richardson
  28.  
  29.  
  30.      Note that lines can be  continued  at  will,  blank  lines  are  accepted
  31.      without  error,  and  that  any  line  starting  with '#' is considered a
  32.      comment and is not processed.
  33.  
  34.      Aliases are case insensitive so dave and Dave are both the same alias.
  35.  
  36.      Finally, aliases can contain other aliases, and/or groups;
  37.  
  38.           unix = Unix people = gurus, taylor, jonboy
  39.      ' onto the next page, if you please
  40.  
  41.  
  42.  
  43.  
  44. FILES
  45.      $HOME/.elm/aliases.text         alias source for user
  46.      $HOME/.elm/aliases.hash         alias hash table for user
  47.      $HOME/.elm/aliases.data         alias data file for user
  48.      /usr/local/lib/aliases.text     alias source for system
  49.      /usr/local/lib/aliases.hash     alias hash table for system
  50.      /usr/local/lib/aliases.data     alias data file for system
  51.  
  52. AUTHOR
  53.      Dave Taylor, Hewlett-Packard Laboratories.
  54.  
  55. SEE ALSO
  56.      elm(1L), checkalias(1L), mail(1), mailx(1)
  57.  
  58. DIAGNOSTICS
  59.      Newalias has a couple of descriptive error messages which don't  need  to
  60.      be  detailed  here.   It  is,  however,  worth noting that the checkalias
  61.      program can be used to ensure that the aliases are in  the  proper  order
  62.      and are available for the elm system.
  63.  
  64. BUG REPORTS TO
  65.      Syd Weinstein elm@DSI.COM (dsinc!elm)
  66.  
  67. COPYRIGHTS
  68.      (c) Copyright 1986, 1987 by Dave Taylor
  69.      (c) Copyright 1988, 1989, 1990 by The USENET Community Trust
  70.