bug-findutils
[Top][All Lists]
Advanced

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

Re: [bug #13303] find should filter out non-printable characters if outp


From: James Youngman
Subject: Re: [bug #13303] find should filter out non-printable characters if outputting to tty
Date: Sun, 5 Jun 2005 15:36:01 +0100
User-agent: Mutt/1.3.28i

On Sun, Jun 05, 2005 at 04:12:42PM +0200, Andreas Metzler wrote:

> > For find this, this might also logically mean changing -fprintf if the
> > target is a terminal, too.  
> 
> s/-fprintf/-printf/
>                 cu andreas

Sorry, I wasn't clear enough. I meant both of them.   

        find . -fprintf /dev/tty "%p\n"
        find . -printf "%p\n"

I think that -print0 and friends should probably just pass the data
through unchanged, even if stdout is a tty.

James.




reply via email to

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