| Developer's Daily | Unix by Example |
| main | java | perl | unix | dev directory | web log |
|
listalias - list user and system aliases |
|
listalias [ -s | -u ] [ regular-expression ] |
|
Listalias outputs a line per alias in both the user and the system aliases. Each line is of the form; <alias> <address> (<comment>) If an optional regular expression is used, just the aliases that match the specified expression are listed. If not, they are all listed. Either way, the output is sorted. |
|
−s |
Display only the system aliases. −s and −u are mutually exclusive. |
||
|
−u |
Display only the user aliases. −s and −u are mutually exclusive. |
|
Elm Development Group |
|
checkalias(1L), elm(1L), elmalias(1L), newalias(1L) |
|
Since the program uses a pipe to egrep, how expressions are evaluated is a function of that program, not this one! |
|
Bill Pemberton flash@virginia.edu |
|
Copyright 1988-1995 by The USENET Community Trust |