From bea0037dbdd979603fb0b5be8b43f5478c1f6fec Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 19 Sep 2014 02:53:32 +0000 Subject: initial commit --- doc/s6-tail.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 doc/s6-tail.html (limited to 'doc/s6-tail.html') diff --git a/doc/s6-tail.html b/doc/s6-tail.html new file mode 100644 index 0000000..abf2b76 --- /dev/null +++ b/doc/s6-tail.html @@ -0,0 +1,46 @@ + + + + + s6-portable-utils: the s6-tail program + + + + + + +

+s6-portable-utils
+Software
+skarnet.org +

+ +

The s6-tail program

+ +

+ s6-tail prints a file or its stdin after a certain number of bytes or lines. +

+ +

Interface

+ +
+     s6-tail [ -n lines | -c chars ] [ file ]
+
+ +

+ s6-tail acts as the generic +tail utility, +except that the -f option is not supported. +

+ +

Posixness

+ +

+ s6-tail is not suitable as a Single Unix +tail +program; however, if you are never using the -f functionality, s6-tail +scrupulously follows the rest of the specification. +

+ + + -- cgit v1.3.1