Tizen 2.0 Release
[external/tizen-coreutils.git] / man / head.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH HEAD "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 head \- output the first part of files
5 .SH SYNOPSIS
6 .B head
7 [\fIOPTION\fR]... [\fIFILE\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Print the first 10 lines of each FILE to standard output.
12 With more than one FILE, precede each with a header giving the file name.
13 With no FILE, or when FILE is \-, read standard input.
14 .PP
15 Mandatory arguments to long options are mandatory for short options too.
16 .TP
17 \fB\-c\fR, \fB\-\-bytes\fR=\fI[\-]N\fR
18 print the first N bytes of each file;
19 with the leading `\-', print all but the last
20 N bytes of each file
21 .TP
22 \fB\-n\fR, \fB\-\-lines\fR=\fI[\-]N\fR
23 print the first N lines instead of the first 10;
24 with the leading `\-', print all but the last
25 N lines of each file
26 .TP
27 \fB\-q\fR, \fB\-\-quiet\fR, \fB\-\-silent\fR
28 never print headers giving file names
29 .TP
30 \fB\-v\fR, \fB\-\-verbose\fR
31 always print headers giving file names
32 .TP
33 \fB\-\-help\fR
34 display this help and exit
35 .TP
36 \fB\-\-version\fR
37 output version information and exit
38 .PP
39 N may have a multiplier suffix: b 512, k 1024, m 1024*1024.
40 .SH AUTHOR
41 Written by David MacKenzie and Jim Meyering.
42 .SH "REPORTING BUGS"
43 Report bugs to <bug\-coreutils@gnu.org>.
44 .SH COPYRIGHT
45 Copyright \(co 2007 Free Software Foundation, Inc.
46 .br
47 This is free software.  You may redistribute copies of it under the terms of
48 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
49 There is NO WARRANTY, to the extent permitted by law.
50 .SH "SEE ALSO"
51 The full documentation for
52 .B head
53 is maintained as a Texinfo manual.  If the
54 .B info
55 and
56 .B head
57 programs are properly installed at your site, the command
58 .IP
59 .B info head
60 .PP
61 should give you access to the complete manual.