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
|
||||
.SH SYNOPSIS
|
||||
.B ls
|
||||
.RB [ \-adiltU ]
|
||||
.RB [ \-adFiltU ]
|
||||
.RI [ file ...]
|
||||
.SH DESCRIPTION
|
||||
.B ls
|
||||
|
@ -17,6 +17,9 @@ shows hidden files (those beginning with '.').
|
|||
.B \-d
|
||||
lists directories themselves, not their contents.
|
||||
.TP
|
||||
.B \-F
|
||||
append a file type indicator to files.
|
||||
.TP
|
||||
.B \-i
|
||||
print the index number of each file.
|
||||
.TP
|
||||
|
|
Loading…
Reference in New Issue
Block a user