bug-coreutils
[Top][All Lists]
Advanced

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

bug#23422: stat -c %N returns strange results for file names including <


From: Eric Blake
Subject: bug#23422: stat -c %N returns strange results for file names including <TAB>
Date: Mon, 2 May 2016 08:00:29 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 05/02/2016 03:27 AM, Michael Albinus wrote:
> Hi,
> 
> I have a file called "foo<TAB>bar". Yes, it includes the <TAB> char in
> its name. When I call "stat -c %N", I get 'foo'$'\t''bar' .

That is intentional; in the same vein as the way 'ls' changed its
default output for files with awkward characters.  The defaults are to
quote in a way that is reusable by shells that understand $'' quoting
(since POSIX will be adding support for it).  And you can always select
other quoting methods, via the QUOTING_STYLE environment variable.

Hmm, maybe 'stat' should gain a --quoting-style command line option to
override the env-var, the same way as is done in ls.  So on that
grounds, I'll leave this bug report open.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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