aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tail/tail.1
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2006-06-29 22:07:49 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2006-06-29 22:07:49 +0000
commitaa1d7ce72f7d4f8fc982ae0400bbf7eb5344cff3 (patch)
tree7224ff9a3a699242b905b5c633395a34bfe358bf /usr.bin/tail/tail.1
parent1de763bd779a2180e30f1d7056853584726519d0 (diff)
downloadsrc-aa1d7ce72f7d4f8fc982ae0400bbf7eb5344cff3.tar.gz
src-aa1d7ce72f7d4f8fc982ae0400bbf7eb5344cff3.zip
Add a -q option to suppress header lines when multiple files are specified.
Approved by: cperciva (mentor) MFC after: 1 week
Notes
Notes: svn path=/head/; revision=160045
Diffstat (limited to 'usr.bin/tail/tail.1')
-rw-r--r--usr.bin/tail/tail.111
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1
index 9b8cabe8534e..a8ef4f1838c3 100644
--- a/usr.bin/tail/tail.1
+++ b/usr.bin/tail/tail.1
@@ -35,7 +35,7 @@
.\" @(#)tail.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd June 6, 1993
+.Dd June 29, 2006
.Dt TAIL 1
.Os
.Sh NAME
@@ -49,6 +49,9 @@
.Fl r
.Oc
.Oo
+.Fl q
+.Oc
+.Oo
.Fl b Ar number |
.Fl c Ar number |
.Fl n Ar number
@@ -114,6 +117,8 @@ option is ignored if reading from standard input rather than a file.
The location is
.Ar number
lines.
+.It Fl q
+Suppresses printing of headers when multiple files are being examined.
.It Fl r
The
.Fl r
@@ -139,7 +144,9 @@ header consisting of the string
.Dq ==> XXX <==
where
.Dq XXX
-is the name of the file.
+is the name of the file unless
+.Fl q
+flag is specified.
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO