emacs-bug-tracker
[Top][All Lists]
Advanced

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

[Emacs-bug-tracker] bug#7568: closed (stat 'i\i' shows 'i\\i')


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7568: closed (stat 'i\i' shows 'i\\i')
Date: Mon, 06 Dec 2010 08:22:02 +0000

Your message dated Mon, 06 Dec 2010 09:27:14 +0100
with message-id <address@hidden>
and subject line Re: bug#7568: stat 'i\i' shows 'i\\i'
has caused the GNU bug report #7568,
regarding stat 'i\i' shows 'i\\i'
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
7568: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7568
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: stat 'i\i' shows 'i\\i' Date: Mon, 06 Dec 2010 10:38:58 +0800
stat 'i\i' shows 'i\\i'.
Backspaces in filenames are doubled.
stat (GNU coreutils) 8.5



--- End Message ---
--- Begin Message --- Subject: Re: bug#7568: stat 'i\i' shows 'i\\i' Date: Mon, 06 Dec 2010 09:27:14 +0100
address@hidden wrote:
> stat 'i\i' shows 'i\\i'.
> Backspaces in filenames are doubled.
> stat (GNU coreutils) 8.5

Thanks for the report, but that's a feature, since backslash
is used to denote e.g., newline (\n), backspace (\b), etc. in
a quoted name:

    $ ./stat -c %N 'a^Hb'
    `a\bb'

If you don't want the quoting, you can use your own format string
with %n in place of %N:

     * %n - File name
     * %N - Quoted file name with dereference if symbolic link


--- End Message ---

reply via email to

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