~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to man/head.1

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-28 03:03:42 UTC
  • mfrom: (8.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20121128030342-21zanj8354gas5gr
Tags: 8.20-3ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Make 'uname -i -p' return the real processor/hardware, instead of
    unknown.
  - Build-depend on gettext:any instead of on gettext, so that apt-get can
    properly resolve build-dependencies on the tool when cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2
 
.TH HEAD "1" "September 2011" "GNU coreutils 8.12.197-032bb" "User Commands"
 
2
.TH HEAD "1" "October 2012" "GNU coreutils 8.20" "User Commands"
3
3
.SH NAME
4
4
head \- output the first part of files
5
5
.SH SYNOPSIS
16
16
.TP
17
17
\fB\-c\fR, \fB\-\-bytes\fR=\fI[\-]K\fR
18
18
print the first K bytes of each file;
19
 
with the leading `\-', print all but the last
 
19
with the leading '\-', print all but the last
20
20
K bytes of each file
21
21
.TP
22
22
\fB\-n\fR, \fB\-\-lines\fR=\fI[\-]K\fR
23
23
print the first K lines instead of the first 10;
24
 
with the leading `\-', print all but the last
 
24
with the leading '\-', print all but the last
25
25
K lines of each file
26
26
.TP
27
27
\fB\-q\fR, \fB\-\-quiet\fR, \fB\-\-silent\fR
50
50
.br
51
51
Report head translation bugs to <http://translationproject.org/team/>
52
52
.SH COPYRIGHT
53
 
Copyright \(co 2011 Free Software Foundation, Inc.
 
53
Copyright \(co 2012 Free Software Foundation, Inc.
54
54
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
55
55
.br
56
56
This is free software: you are free to change and redistribute it.