Forum Moderators: phranque
The distribution of ht://Dig is in the form of a gzipped tar file. The name of the file will be something like htdig-3.1.0.tar.gz. To extract, you can use either the GNU tar command as follows:
% tar xzf tarfile.tar.gz
If you do not have GNU tar, you can do the following:
% gunzip -c tarfile.tar.gz ¦ tar xf -
I did a search for GNU tar and from what I could determine it is a form of winzip like aplication but for a non windows platform.
Can someone please explain what these terms mean
% tar xzf tarfile.tar.gz
% gunzip -c tarfile.tar.gz ¦ tar xf -
I was thinking it was a comand promt type thing but really have no idea what or how to use it.
sorry if i sould like a total idiot but I have seen this sort of thing before and it is bugging the hell out of me. :)