-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathlist.1
More file actions
32 lines (32 loc) · 839 Bytes
/
list.1
File metadata and controls
32 lines (32 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.TH ls 1
'''
.SH NAME
\fBls\fR \- list current directory
'''
.SH SYNOPSIS
\fBls\fR [\fB-auy\fR] \fIpattern\fR \fIpattern\fR ...
'''
.SH OPTIONS
.IP "\fB-a\fR" 4
Include hidden files in the list.
.IP "\fB-c\fR" 4
Do not colorize output.
.IP "\fB-n\fR" 4
Show exact numeric values where applicable.
.IP "\fB-l\fR" 4
Show file permissions (mode).
.IP "\fB-u\fR" 4
Produce uniform list, do not sort directories before files.
.IP "\fB-y\fR" 4
List symlinks as files regardless of their targets.
'''
.SH NOTES
ls sorts its output by raw byte values. This is done only to ensure stable
output not dependent on irrelevant filesystem information. Locale settings
do not affect the ordering.
.P
ls never lists . and .. special entries.
Those are assumed to be present in any directory.
'''
.SH SEE ALSO
\fBstat\fR(1), \fBlr\fR(1), \fBgetdents\fR(2)