mirror of
https://github.com/DoctorWkt/pdp7-unix.git
synced 2026-04-25 20:01:26 +00:00
Added ls.1 manual.
This commit is contained in:
24
man/ls.1
Normal file
24
man/ls.1
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user