Penguin
Annotated edit history of head(1) version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 HEAD
2 !!!HEAD
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 head - output the first part of files
15 !!SYNOPSIS
16
17
18 __head__ [[''OPTION'']... [[''FILE'']...
19 !!DESCRIPTION
20
21
22 Print first 10 lines of each FILE to standard output. With
23 more than one FILE, precede each with a header giving the
24 file name. With no FILE, or when FILE is -, read standard
25 input.
26
27
28 __-c__, __--bytes__=''SIZE''
29
30
31 print first SIZE bytes
32
33
34 __-n__, __--lines__=''NUMBER''
35
36
37 print first NUMBER lines instead of first 10
38
39
40 __-q__, __--quiet__, __--silent__
41
42
43 never print headers giving file names
44
45
46 __-v__, __--verbose__
47
48
49 always print headers giving file names
50
51
52 __--help__
53
54
55 display this help and exit
56
57
58 __--version__
59
60
61 output version information and exit
62
63
64 SIZE may have a multiplier suffix: b for 512, k for 1K, m
65 for 1 Meg. If __-VALUE__ is used as first OPTION, read
66 __-c__ VALUE when one of multipliers bkm follows
67 concatenated, else read __-n__ VALUE.
68 !!AUTHOR
69
70
71 Written by David !MacKenzie.
72 !!REPORTING BUGS
73
74
75 Report bugs to
76 !!COPYRIGHT
77
78
79 Copyright 1999 Free Software Foundation, Inc.
80 This is free software; see the source for copying
81 conditions. There is NO warranty; not even for
82 MERCHANTABILITY or FITNESS FOR A PARTICULAR
83 PURPOSE.
84 !!SEE ALSO
85
86
87 The full documentation for __head__ is maintained as a
88 Texinfo manual. If the __info__ and __head__ programs
89 are properly installed at your site, the
90 command
91
92
93 __info head__
94
95
96 should give you access to the complete manual.
97 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.