ls: add -n option

This commit is contained in:
Quentin Rameau
2015-02-22 12:55:38 +01:00
committed by sin
parent 9e37634571
commit 7264acf7ed
3 changed files with 14 additions and 6 deletions

6
ls.1
View File

@@ -6,7 +6,7 @@
.Nd list directory contents
.Sh SYNOPSIS
.Nm
.Op Fl 1AacdFHhiLlqrtUu
.Op Fl 1AacdFHhiLlnqrtUu
.Op Ar file ...
.Sh DESCRIPTION
.Nm
@@ -38,6 +38,10 @@ themselves.
.It Fl l
List detailed information about each file, including their type, permissions,
links, owner, group, size, and last file status/modification time.
.It Fl n
List detailed information about each file, including their type, permissions,
links, owner, group, size, and last file status/modification time, but with
numeric IDs.
.It Fl p
Append a file type indicator to directories.
.It Fl q