add the man entry for ls -F
This commit is contained in:
parent
fe62ed0d48
commit
2773bdaac7
5
ls.1
5
ls.1
|
@ -3,7 +3,7 @@
|
||||||
ls \- list directory contents
|
ls \- list directory contents
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B ls
|
.B ls
|
||||||
.RB [ \-adiltU ]
|
.RB [ \-adFiltU ]
|
||||||
.RI [ file ...]
|
.RI [ file ...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B ls
|
.B ls
|
||||||
|
@ -17,6 +17,9 @@ shows hidden files (those beginning with '.').
|
||||||
.B \-d
|
.B \-d
|
||||||
lists directories themselves, not their contents.
|
lists directories themselves, not their contents.
|
||||||
.TP
|
.TP
|
||||||
|
.B \-F
|
||||||
|
append a file type indicator to files.
|
||||||
|
.TP
|
||||||
.B \-i
|
.B \-i
|
||||||
print the index number of each file.
|
print the index number of each file.
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in New Issue
Block a user