jlh wrote:
> $ touch $(echo -en 'file-\0344')
> $ tar -vcf my.tar file-*
> file-\344
> $ tar -tf my.tar
> file-\344
> $ tar -tf my.tar --wildcards '*'
> tar: *: Not found in archive
> tar: Error exit delayed from previous errors

Aww, I just noticed that I forgot to mention that my system's
locale is set to en_US.utf8, which is pretty an important here,
because the byte \344 is invalid in utf8.  Having any charset of
the latin family doesn't show this failure.

jlh


Reply via email to