DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T l

⟦febb59aa2⟧ TextFile

    Length: 806 (0x326)
    Types: TextFile
    Names: »listalias.1«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/elm/doc/listalias.1« 

TextFile

.TH LISTALIAS 1L
.ad b
.SH NAME
listalias - list user and system aliases
.SH SYNOPSIS
.B listalias
[ regular-expression ]
.SH HP-UX COMPATIBILITY
.TP 10
Level:
HP-UX/CONTRIBUTED
.TP
Origin:
Hewlett-Packard Laboratories
.SH DESCRIPTION
.I Listalias
outputs a line per alias in both the user and the system 
aliases.  Each line is of the form;
.nf
   
   <alias>     <address>  (<comment>)

.fi
If an optional regular expression is used, just the aliases
that match the specified expression are listed.  If not, 
they are all listed.
.sp
Either way, the output is sorted.
.SH AUTHOR
Dave Taylor, Hewlett-Packard Laboratories.
.SH SEE\ ALSO
newalias(1L), elm(1L), checkalias(1L)
.SH BUGS
Since the program uses a pipe to egrep, how expressions are evaluated is
a function of \fIthat\fR program, not this one!