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-cat.html | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 doc/s6-cat.html (limited to 'doc/s6-cat.html') diff --git a/doc/s6-cat.html b/doc/s6-cat.html new file mode 100644 index 0000000..71610e8 --- /dev/null +++ b/doc/s6-cat.html @@ -0,0 +1,51 @@ + + + + + s6-portable-utils: the s6-cat program + + + + + + +

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

+ +

The s6-cat program

+ +

+ s6-cat copies stdin to stdout. +

+ +

Interface

+ +
+     s6-cat
+
+ +

+ s6-cat transfers data from stdin to stdout, until it receives EOF or +gets killed. +

+ +

Notes

+ +

+ On systems that support it (as of 2.0.0.0, only Linux 2.6.17 or later), +s6-cat performs zero-copy transfer. +

+ +

Posixness

+ +

+ s6-cat is not suitable as a Single Unix +cat +program. +

+ + + -- cgit v1.3.1