Implement -i support for ls

This commit is contained in:
sin
2013-09-27 15:32:50 +01:00
parent 5d35656193
commit 8c87c20054
2 changed files with 15 additions and 4 deletions

5
ls.1
View File

@@ -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.