Implement -i support for ls
This commit is contained in:
5
ls.1
5
ls.1
@@ -3,7 +3,7 @@
|
||||
ls \- list directory contents
|
||||
.SH SYNOPSIS
|
||||
.B ls
|
||||
.RB [ \-adltU ]
|
||||
.RB [ \-adiltU ]
|
||||
.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 \-i
|
||||
print the index number of each file.
|
||||
.TP
|
||||
.B \-l
|
||||
lists detailed information about each file, including their type, permissions,
|
||||
links, owner, group, size, and modification time.
|
||||
|
Reference in New Issue
Block a user