![]() |
![]()
| ![]() |
![]()
NAMEnewalias - install new elm aliases for user and/or system SYNOPSISnewalias [-g] DESCRIPTIONNewalias creates new hash and data files from a text file. If the program is invoked with the -g (global) flag, the program updates the system alias files. Otherwise, the program looks for a file called $HOME/.elm/aliases.text and, upon finding it, creates files $HOME/.elm/aliases.dir, $HOME/.elm/aliases.pag and $HOME/.elm/aliases for the elm program. The format that the program expects is; alias, alias, .. = comment = address or alias, alias, .. = comment = alias, alias, ... Note that lines can be continued at will, blank lines are accepted without error, and that any line starting with '#' is considered a comment and is not processed. If the `comment', or `address' fields need to contain `=' characters, those characters must either be escaped using a backslash character or the address must be inside doublequotes (`"'). Aliases are case insensitive so dave and Dave are both the same alias. Finally, aliases can contain other aliases, and/or groups; unix = Unix people = gurus, taylor, jonboy FILES$HOME/.elm/aliases.text alias source for user
AUTHORElm Development Group SEE ALSOelm(1L), elmalias(1L), checkalias(1L), mail(1), mailx(1) DIAGNOSTICSNewalias has a couple of descriptive error messages which don't need to be detailed here. It is, however, worth noting that the checkalias program can be used to ensure that the aliases are in the proper order and are available for the elm system. BUG REPORTS TOBill Pemberton flash@virginia.edu COPYRIGHTSCopyright 1988-1995 by The USENET Community Trust
|