home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / ELM23-2 / ELM23-2.ZIP / manuals / checkalias.man < prev    next >
Text File  |  1992-03-28  |  1KB  |  35 lines

  1. NAME
  2.      checkalias - check to see if an alias is defined.
  3.  
  4. SYNOPSIS
  5.      checkalias alias, alias, ...
  6.  
  7. DESCRIPTION
  8.      Checkalias checks the user file first, and then the system alias file  to
  9.      try  to  find the specified alias or aliases.  If found, the value of the
  10.      alias is printed out, otherwise an error is generated.
  11.  
  12.      Note: this is in fact a one-line shell script;
  13.  
  14.           elm -c $*
  15.  
  16. AUTHOR
  17.      Dave Taylor, Hewlett-Packard Laboratories
  18.  
  19. SEE ALSO
  20.      newalias(1L), elm(1L), mail(1), mailx(1)
  21.  
  22. BUGS
  23.      Note that the precedence of aliases is user file then system file.   This
  24.      means  that  a  user can 'overload' an alias by having one defined in the
  25.      system file also defined in theirs.  This shouldn't  turn  out  to  be  a
  26.      problem,  but  is  something for the system administrator to keep in mind
  27.      when creating the system alias file.
  28.  
  29. BUG REPORTS TO
  30.      Syd Weinstein elm@DSI.COM (dsinc!elm)
  31.  
  32. COPYRIGHTS
  33.      (c) Copyright 1986, 1987 by Dave Taylor
  34.      (c) Copyright 1988, 1989, 1990 by The USENET Community Trust
  35.