1SLIST(1) slist SLIST(1)
2
3
4
6 slist - Lists available NetWare Servers
7
9 slist [ pattern ]
10
12 slist lists all NetWare Servers available in your network.
13
14 If slist does not print to a tty, the decorative header line is not
15 printed, so that you can count the servers on your network by doing
16
17 slist | wc -l
18
19
20
22 pattern
23 pattern is used to list only servers whose names match the specified
24 pattern. For a server to be listed, the pattern must match the full
25 server name. You can use wildcards for the pattern, but you must
26 protect these wildcards from any command line expansion by quoting.
27 Case doesn't matter.
28
29
31 slist "I*"
32
33 or
34
35 slist "i*"
36 List all available Netware servers on your Network, that begin
37 with an "I".
38
39
40
42 ncpmount(8), ncpumount(8), pqlist(1), nprint(1)
43
44
46 slist was written by Volker Lendecke (lendecke@math.uni-goettingen.de)
47
48
50 slist works only in IPX environment, as it uses SAP to find first
51 server and then Bindery to get list of servers.
52
53
54
55slist 01/07/1996 SLIST(1)