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

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

+ +

The s6-ls program

+ +

+ s6-ls lists the contents of a directory. +

+ +

Interface

+ +
+     s6-ls [ -0 ] [ -a | -A ] [ -x exclude ] dir
+
+ +

+ s6-ls lists the contents of dir, one file per line. It +omits files starting with a dot. +

+ +

Options

+ + + +

Posixness

+ +

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

+ + + -- cgit v1.3.1