bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug#311384: [bug #13303] find should filter out non-printable charac


From: Vincent Lefevre
Subject: Re: Bug#311384: [bug #13303] find should filter out non-printable characters if outputting to tty
Date: Tue, 7 Jun 2005 14:02:04 +0200
User-agent: Mutt/1.5.9-vl-20050401i

On 2005-06-07 09:08:50 +0100, James Youngman wrote:
> How did you find the patch?

The behaviour seems OK to me.

> More importantly, is the updated documentation intelligible?

address@hidden -ls
address@hidden -fls
+Unusual characters are always escaped.  White space, backslash, and
+double quote characters are printed using C-style escaping (for
+example @samp{\f}, @samp{\"}).  Other unusual characters are printed
+using an octal escape.  Printable characters (for @samp{-ls} and
address@hidden these are the characters between octal 040 and 0177) are
+printed as-is.

There are two problems in the last sentence. First, 0177 is not a
printable character; this is the DEL character and is displayed as
\177 by "find . -ls". Moreover you should probably add "after the
possible backslash" or say "*Other* printable characters".

Ditto concerning the man page.

-- 
Vincent Lefèvre <address@hidden> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA




reply via email to

[Prev in Thread] Current Thread [Next in Thread]