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: Helmut Waitzmann
Subject: Re: [Bug-tar] \a \b \f and \t in filenames
Date: Wed, 27 Jul 2005 23:45:39 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Miek Gieben <address@hidden> writes:

>% find ~/tmp/silly_names -print > /tmp/filelist
>
>make a tar of it:
> tar --create --file /tmp/test.tar --files-from /tmp/filelist --verbose

Will the errors occur, if you use GNU find with predicate '-print0'
rather than '-print' and tar's option '--null'?  Try the following
commands:

$ find ~/tmp/silly_names -print0 > /tmp/filelist
$ tar --create --file /tmp/test.tar --null \
 --files-from /tmp/filelist --verbose

If the errors persist, then that's a bug indeed.
-- 
Wenn Sie mir E-Mail schreiben, stellen |  When writing me e-mail, please
Sie bitte vor meine E-Mail-Adresse     |  precede my e-mail address with
meinen Vor- und Nachnamen, etwa so:    |  my full name, like
Helmut Waitzmann <address@hidden>, (Helmut Waitzmann) address@hidden




reply via email to

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