1PINKY(1) User Commands PINKY(1)
2
3
4
6 pinky - lightweight finger
7
9 pinky [OPTION]... [USER]...
10
12 -l produce long format output for the specified USERs
13
14 -b omit the user's home directory and shell in long format
15
16 -h omit the user's project file in long format
17
18 -p omit the user's plan file in long format
19
20 -s do short format output, this is the default
21
22 -f omit the line of column headings in short format
23
24 -w omit the user's full name in short format
25
26 -i omit the user's full name and remote host in short format
27
28 -q omit the user's full name, remote host and idle time in short
29 format
30
31 --help display this help and exit
32
33 --version
34 output version information and exit
35
36 A lightweight `finger' program; print user information. The utmp file
37 will be /var/run/utmp.
38
40 Written by Joseph Arceneaux, David MacKenzie, and Kaveh Ghazi.
41
43 Report bugs to <bug-coreutils@gnu.org>.
44
46 Copyright © 2007 Free Software Foundation, Inc.
47 This is free software. You may redistribute copies of it under the
48 terms of the GNU General Public License
49 <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the
50 extent permitted by law.
51
53 The full documentation for pinky is maintained as a Texinfo manual. If
54 the info and pinky programs are properly installed at your site, the
55 command
56
57 info pinky
58
59 should give you access to the complete manual.
60
61
62
63GNU coreutils 6.9 March 2008 PINKY(1)