From 42636a83e3e4adbe7f217686a190605267b9e968 Mon Sep 17 00:00:00 2001 From: Warren Toomey Date: Mon, 7 Mar 2016 06:26:15 +1000 Subject: [PATCH] Added ls.1 manual. --- man/ls.1 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 man/ls.1 diff --git a/man/ls.1 b/man/ls.1 new file mode 100644 index 0000000..e59325e --- /dev/null +++ b/man/ls.1 @@ -0,0 +1,24 @@ + 11/3/70 LS (I) + + +NAME ls -- list contents of directory + +SYNOPSIS ls [ -l ] + +DESCRIPTION ls lists the contents of the current directory under + control of one option: + + l list in long format, giving i-number, mode, owner, + size in words, and name of each file. (see stat + for format of the mode). Numeric values are in octal. + +FILES + +SEE ALSO stat + +DIAGNOSTICS No diagnostics + +BUGS In a simulated environment, a filename larger than eight + characters will cause ls to exit prematurely. + +OWNER wkt