From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man1/tail.html | 116 ----------------------------------------------------- 1 file changed, 116 deletions(-) delete mode 100644 man/man1/tail.html (limited to 'man/man1/tail.html') diff --git a/man/man1/tail.html b/man/man1/tail.html deleted file mode 100644 index 781f3333..00000000 --- a/man/man1/tail.html +++ /dev/null @@ -1,116 +0,0 @@ - -tail(1) - Plan 9 from User Space - - - - -
-
-
TAIL(1)TAIL(1) -
-
-

NAME
- -
- - tail – deliver the last part of a file
- -
-

SYNOPSIS
- -
- - tail [ +−number[lbc][rf] ] [ file ] -
- - tail [ −fr ] [ −n nlines ] [ −c nbytes ] [ file ]
- -
-

DESCRIPTION
- -
- - Tail copies the named file to the standard output beginning at - a designated place. If no file is named, the standard input is - copied. -
- - Copying begins at position +number measured from the beginning, - or number from the end of the input. Number is counted in lines, - 1K blocks or bytes, according to the appended flag l, b, or c. - Default is −10l (ten ell). -
- - The further flag r causes tail to print lines from the end of - the file in reverse order; f (follow) causes tail, after printing - to the end, to keep watch and print further data as it appears. - -
- - The second syntax is that promulgated by POSIX, where the numbers - rather than the options are signed.
- -
-

EXAMPLES
- -
- - tail file
-
-
- - Print the last 10 lines of a file.
- -
- tail +0f file
-
-
- - Print a file, and continue to watch data accumulate as it grows.
- -
- sed 10q file
-
-
- - Print the first 10 lines of a file.
- -
- -
-

SOURCE
- -
- - /usr/local/plan9/src/cmd/tail.c
-
-
-

BUGS
- -
- - Tails relative to the end of the file are treasured up in a buffer, - and thus are limited in length. -
- - According to custom, option +number counts lines from 1, and counts - blocks and bytes from 0. -
- - Tail is ignorant of UTF.
- -
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3