nusers.1

Download nusers.1

 1: .\" This is a man page for the nusers command.  It is intended to
 2: .\" be a model for writting man pages.  See man(7), man-page(7),
 3: .\" and groff(7) (or info groff) for details.  Note lines that
 4: .\" start with .\" are comment lines.
 5: .\"
 6: .\" Written by Wayne Pollock, Tampa Florida USA, 3/2002-2011.
 7: .
 8: .TH NUSERS 1 "3/27/2002" "(C) WP ShellScript Co." "Wayne Pollock"
 9: .
10: .\" The "\-" is a "minus sign", slightly different than a hyphen:
11: .SH NAME
12: nusers \- Display the number of users currently logged in
13: .
14: .SH SYNOPSIS
15: .B nusers
16: [ \fB-v\fR ]
17: .
18: .SH DESCRIPTION
19: The
20: .B nusers
21: command simply displays the number of users currently logged in
22: to the computer.
23: The default output is a single number.
24: .PP
25: The command is just a "one liner" shell script.
26: .TP
27: .B -v
28: displays the output in a more verbose manner.
29: .
30: .SH AUTHOR
31: Wayne Pollock (pollock@acm.org),
32: http://www.wpollock.com/
33: .
34: .SH SEE ALSO
35: who(1), wc(1)