Need to unpack a bunch of files such as:
bigfile.tar-part0000
bigfile.tar-part0001
bigfile.tar-part0002
with the following command:
cat bigfile.tar-part000* | tar xzf –
which untars the part file’s contents to the current folder.
Need to unpack a bunch of files such as:
bigfile.tar-part0000
bigfile.tar-part0001
bigfile.tar-part0002
with the following command:
cat bigfile.tar-part000* | tar xzf –
which untars the part file’s contents to the current folder.