Juan Cordoba <[EMAIL PROTECTED]> writes: >GNU tar seems to handle filepaths containing a "\r" sequence (a slash and a >'r') differently from most other programs I tried. Is this intentional?
Yes, it is. But you can disable this behavior. Look at the option "--no-unquote", see <http://www.gnu.org/software/tar/manual/html_node/Selecting-Archive-Members.html#input-name-quoting>. You may put that option into the "TAR_OPTIONS" environment variable, see <http://www.gnu.org/software/tar/manual/html_node/using-tar-options.html#SEC34>. -- Wer mir E-Mail schreiben will, stelle | When writing me e-mail, please bitte vor meine E-Mail-Adresse meinen | precede my e-mail address with Vor- und Nachnamen, etwa so: | my full name, like Helmut Waitzmann <[EMAIL PROTECTED]>, (Helmut Waitzmann) [EMAIL PROTECTED]
