Closed GoogleCodeExporter closed 9 years ago
Hey Rob: yeah, this also occurs on the latest trunk r117.
It seems like that when the xar command line is given a paticular name to
extract, that it doesn't do so
recursively. So that works okay for a single file, of course, but not for a
directory tree. In the same situation, tar
would extract the entire tree, which is the useful behavior.
Original comment by culin...@gmail.com
on 7 Apr 2007 at 4:12
To resolve this issue, I did 2 things:
1) added the ability to specify a POSIX regex when extracting a file, such as:
xar -xvf foo.xar "dir/.*"
2) added an implicit regex to extraction, adding "/.*" to entries specified for
extraction.
Check out the current trunk and let me know how it works for you.
Original comment by bbraun
on 9 Apr 2007 at 7:10
Original issue reported on code.google.com by
culin...@gmail.com
on 6 Apr 2007 at 11:31