From 88ece5135ae0350444a49333e5f9119ee4cd28a9 Mon Sep 17 00:00:00 2001 From: des Date: Tue, 21 Apr 1998 22:02:01 +0000 Subject: Added -b option to display unprintables in octal. PR: 1315 --- bin/ls/ls.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bin/ls/ls.1') 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 -- cgit v1.1