Arcana wrote:

>         I have an archive that is tar-ed.  I have no idea how to open the
> archive.


        Just tarred, or also gzipped?  If only tarred, do:

        % tar xf <filename.tar>

        x tells it to extract
        f tells it to read from a file

        If it's also gzipped, add 'z' to tell it to uncompress as well.

--
Dan Brown, KE6MKS, [EMAIL PROTECTED]
Meddle not in the affairs of dragons, for you are crunchy and taste good
with ketchup.

Reply via email to