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/index.html | 162 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 doc/index.html (limited to 'doc/index.html') diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..1775002 --- /dev/null +++ b/doc/index.html @@ -0,0 +1,162 @@ + + + + + s6-portable-utils - skarnet.org's tiny general Unix utilities + + + + + + +

+Software
+skarnet.org +

+ +

s6-portable-utils

+ + + +

What is it ?

+ +

+ s6-portable-utils is a set of tiny general Unix utilities, often +performing well-known tasks such as cut and grep, +but optimized for simplicity and small size. They were designed +for embedded systems and other constrained environments, but they +work everywhere. +

+ +

+ Other set of small utilities are usually system-specific; for +instance, the (otherwise excellent) +BusyBox project only works on Linux. +

+ +

+ Some of s6-portable-utils' programs are a conformant implementation +of a POSIX utility as determined by the +Single +Unix Specification, version 4; the relevant documentation pages mentions +this. +However, none of the s6-portable-utils programs supports internationalization. +

+ +

+It is now an explicit non-goal of s6-portable-utils to duplicate the work of +existing projects that aim to provide a lightweight implementation of +standard commands. + No more rewriting of standard commands will occur in s6-portable-utils; +the package is now used to host specific utilities such as +s6-uniquename. +

+ +
+ +

Installation

+ +

Requirements

+ + + +

Licensing

+ +

+ s6-portable-utils is free software. It is available under the +ISC license. +

+ +

Download

+ + + +

Compilation

+ + + +

Upgrade notes

+ + + +
+ +

Reference

+ +

Commands

+ +

+ All these commands exit 111 if they encounter a temporary error, and +100 if they encounter a permanent error - such as a misuse. +

+ + + +

Related resources

+ + + + + -- cgit v1.3.1