summaryrefslogtreecommitdiffstats
path: root/bin/ls/ls.1
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-04-21 22:02:01 +0000
committerdes <des@FreeBSD.org>1998-04-21 22:02:01 +0000
commit88ece5135ae0350444a49333e5f9119ee4cd28a9 (patch)
tree313376d3aae434f5bf31c1557832c5f36663816a /bin/ls/ls.1
parent7914b665ae42ef64075912c42a8457c8d4fadff2 (diff)
downloadFreeBSD-src-88ece5135ae0350444a49333e5f9119ee4cd28a9.zip
FreeBSD-src-88ece5135ae0350444a49333e5f9119ee4cd28a9.tar.gz
Added -b option to display unprintables in octal.
PR: 1315
Diffstat (limited to 'bin/ls/ls.1')
-rw-r--r--bin/ls/ls.17
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index b22adbb..b34aeee 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ls.1 8.7 (Berkeley) 7/29/94
-.\" $Id: ls.1,v 1.15 1997/09/18 06:55:21 charnier Exp $
+.\" $Id: ls.1,v 1.16 1997/12/25 09:36:39 hoek Exp $
.\"
.Dd July 29, 1994
.Dt LS 1
@@ -43,7 +43,7 @@
.Nd list directory contents
.Sh SYNOPSIS
.Nm ls
-.Op Fl ACFLRTWacdfgikloqrstu1
+.Op Fl ACFLRTWabcdfgikloqrstu1
.Op Ar file ...
.Sh DESCRIPTION
For each operand that names a
@@ -100,6 +100,9 @@ Display whiteouts when scanning directories.
.It Fl a
Include directory entries whose names begin with a
dot (.).
+.It Fl b
+Force printing of non-graphic characters in file names as \\xxx,
+where xxx is the numeric value of the character in octal.
.It Fl c
Use time when file status was last changed for sorting or printing.
.It Fl d
OpenPOWER on IntegriCloud