bug-tar
[Top][All Lists]
Advanced

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

Re: [Bug-tar] \a \b \f and \t in filenames


From: Sergey Poznyakoff
Subject: Re: [Bug-tar] \a \b \f and \t in filenames
Date: Thu, 28 Jul 2005 12:25:14 +0300

Miek Gieben <address@hidden> wrote:

> tar: /home/miekg/tmp/silly_names/the \a: Cannot stat: No such file or 
> directory
> tar: /home/miekg/tmp/silly_names/the \b: Cannot stat: No such file or 
> directory

CVS head has new option --no-unquote that disables unquoting file
names. Using this version:

address@hidden:~/gnu/tar/tmp/miekg$ find silly_names -print
silly_names
silly_names/the \a
silly_names/the \b
silly_names/the \e
silly_names/the \c
silly_names/the \d
silly_names/the \f
silly_names/the \g
silly_names/the \h
silly_names/the \s
silly_names/the \t

address@hidden:~/gnu/tar/tmp/miekg$ find silly_names -print0|~/gnu/tar/src/tar 
-cf archive  --no-unquote --null -T - -v
silly_names/
silly_names/the \\a/
silly_names/the \\b/
silly_names/the \\e/
silly_names/the \\c/
silly_names/the \\d/
silly_names/the \\f/
silly_names/the \\g/
silly_names/the \\h/
silly_names/the \\s/
silly_names/the \\t/
silly_names/the \\a/
silly_names/the \\b/
silly_names/the \\e/
silly_names/the \\c/
silly_names/the \\d/
silly_names/the \\f/
silly_names/the \\g/
silly_names/the \\h/
silly_names/the \\s/
silly_names/the \\t/

address@hidden:~/gnu/tar/tmp/miekg$ find silly_names -print|~/gnu/tar/src/tar 
-cf archive  --no-unquote  -T - -v
silly_names/
silly_names/the \\a/
silly_names/the \\b/
silly_names/the \\e/
silly_names/the \\c/
silly_names/the \\d/
silly_names/the \\f/
silly_names/the \\g/
silly_names/the \\h/
silly_names/the \\s/
silly_names/the \\t/
silly_names/the \\a/
silly_names/the \\b/
silly_names/the \\e/
silly_names/the \\c/
silly_names/the \\d/
silly_names/the \\f/
silly_names/the \\g/
silly_names/the \\h/
silly_names/the \\s/
silly_names/the \\t/

Regards,
Sergey




reply via email to

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