Hello!
I am a little confused at the 'UnTar' part. Say I have a tarball file ‘mytarball.tar.gz’.
As how I understand the process, I created the tarball with tar command first, then gzip tool. Should I untar the tarball and then gunzip it, or gunzip it first and then use the untar command?
Thanks!