24 lines
711 B
Plaintext
24 lines
711 B
Plaintext
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 |