Penguin
Annotated edit history of pinky(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 PINKY
2 !!!PINKY
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 pinky - lightweight finger
15 !!SYNOPSIS
16
17
18 __pinky__ [[''OPTION'']...
19 [[''USER'']...
20 !!DESCRIPTION
21
22
23 __-l__
24
25
26 do long format output
27
28
29 __-b__
30
31
32 omit the user's home directory and shell in long
33 format
34
35
36 __-h__
37
38
39 omit the user's project file in long format
40
41
42 __-p__
43
44
45 omit the user's plan file in long format
46
47
48 __-s__
49
50
51 do short format output, this is the default
52
53
54 __-f__
55
56
57 omit the line of column headings in short
58 format
59
60
61 __-w__
62
63
64 omit the user's full name in short format
65
66
67 __-i__
68
69
70 omit the user's full name and remote host in short
71 format
72
73
74 __-q__
75
76
77 omit the user's full name, remote host and idle time in
78 short format
79
80
81 __--help__
82
83
84 display this help and exit
85
86
87 __--version__
88
89
90 output version information and exit
91
92
93 A lightweight `finger' program; print user information. The
94 utmp file will be /var/run/utmp.
95 !!AUTHOR
96
97
2 perry 98 Written by Joseph Arceneaux, David !MacKenzie, and Kaveh
1 perry 99 Ghazi.
100 !!REPORTING BUGS
101
102
103 Report bugs to
104 !!COPYRIGHT
105
106
107 Copyright 2000 Free Software Foundation, Inc.
108 This is free software; see the source for copying
109 conditions. There is NO warranty; not even for
110 MERCHANTABILITY or FITNESS FOR A PARTICULAR
111 PURPOSE.
112 !!SEE ALSO
113
114
115 The full documentation for __pinky__ is maintained as a
116 Texinfo manual. If the __info__ and __pinky__ programs
117 are properly installed at your site, the
118 command
119
120
121 __info pinky__
122
123
124 should give you access to the complete manual.
125 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.