I would just shell out to the tar command and then work with the untarred directory.
On Tue, Mar 10, 2015 at 4:05 PM, Weijian Zhang <[email protected]> wrote: > Hello, > > I have a .tar.gz file. With GZip.jl, I can write code to unzip it to a > .tar file. > But how can I unpack this .tar file in Julia? > > Thanks, > > Weijian > >
