ls: add support for -p
This commit is contained in:
4
ls.1
4
ls.1
@@ -22,7 +22,7 @@ modification time for sorting or printing.
|
||||
.It Fl d
|
||||
List directories themselves, not their contents.
|
||||
.It Fl F
|
||||
Append a file type indicator to files.
|
||||
Append a file type indicator to all special files.
|
||||
.It Fl H
|
||||
List information about the targets of symbolic links specified on the command
|
||||
line instead of the links themselves.
|
||||
@@ -36,6 +36,8 @@ 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 p
|
||||
Append a file type indicator to directories.
|
||||
.It Fl q
|
||||
Replace non-printable characters in filenames with '?'.
|
||||
.It Fl r
|
||||
|
Reference in New Issue
Block a user