ls: add support for -p

This commit is contained in:
Quentin Rameau
2015-02-19 19:48:15 +01:00
committed by sin
parent d02327d0eb
commit 51b707e91e
3 changed files with 25 additions and 18 deletions

4
ls.1
View File

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