Re: tar file names
- From: "Doug Freyburger" <dfreybur@xxxxxxxxx>
- Date: 19 Jan 2007 17:02:45 -0800
Dave Hinz wrote:
kramer31 wrote:
Hi. Can someone tell me what file names are allowed internally in the
tar file format? Can they be stored in unicode or are the other means
to deal with special characters in filenames?
I think any filename you can create, tar can handle. Including names
with spaces. Easy enough to test with a tar -cvf and then a tar -tvf of
some test directories. Let us know what you find ;)
tar gets the names from the directories so any name you can get into
a directory tar can handle. No slashes or nulls as slashes separate
directories and nulls terminate strings.
I haven't tried unicode in specific but I've dealt with all sorts of
control
characters, escape sequences and so on and tar handles them fine.
.
- Follow-Ups:
- Re: tar file names
- From: kramer31
- Re: tar file names
- References:
- tar file names
- From: kramer31
- Re: tar file names
- From: Dave Hinz
- tar file names
- Prev by Date: Re: tar file names
- Next by Date: Re: cp with verify?
- Previous by thread: Re: tar file names
- Next by thread: Re: tar file names
- Index(es):
Relevant Pages
|