37 lines
793 B
Groff
37 lines
793 B
Groff
.TH SLIST 1 01/07/1996 slist slist
|
|
.SH NAME
|
|
slist \- List available NetWare Servers
|
|
.SH SYNOPSIS
|
|
.B slist
|
|
[
|
|
.I pattern
|
|
]
|
|
.SH DESCRIPTION
|
|
With
|
|
.B slist,
|
|
you can get a list of NetWare Servers available in your network. If
|
|
slist does not print to a tty, the decorative header line is not
|
|
printed, so that you can count the servers on your network by doing
|
|
|
|
slist | wc -l
|
|
|
|
|
|
.SH OPTIONS
|
|
.B pattern
|
|
.RS 3
|
|
.B pattern
|
|
is used to list only selected servers. For a server to be listed, the
|
|
pattern must match the full server name. You can use wildcards for the
|
|
pattern, but you must protect these wildcards from any command line
|
|
expansion by quoting. Case doesn't matter.
|
|
.RE
|
|
|
|
.SH EXAMPLE
|
|
.TP
|
|
slist "I*"
|
|
.TP
|
|
or
|
|
.TP
|
|
slist "i*"
|
|
List all available Netware servers on your Network, that begin with an "I".
|