[clug] Debian/GNU 'find . -ls' oddity: outputs UTF-8 chars as quasi-octal strings - \314\201, not \0314\0201

Brett Worth brett.worth at gmail.com
Wed Sep 28 07:30:37 UTC 2016


On 28/09/16 16:01, steve jenkin wrote:
>  2. Is there any way to force ‘find -ls’ to print filenames ‘as-is’, despite what the manual says?

How about:

    find . -print0 | xargs -0 ls -idls

Brett




More information about the linux mailing list