Re: for those who use links?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On January 29, 2014, Karen Lewellen wrote:
> that was what I tried.  I dare say it depends on the page you are
> working with, since  the page itself ended n .gz, what is this?
> When I saved he file as html though, I just got code.

A .gz file is usually gzipped.  You should be able to issue

  gunzip some_file.gz

to un-gzip the file.  Sometimes the file is a .tar.gz in which case
you can unpack the whole thing with tar:

  tar xzf some_file.tar.gz

(or, if you want some feedback of the files it is unpacking, make
that "xzvf", adding a "v" for "verbose")

I usually unpack tar-files in their own directory just in the event
they drop a large bundle of files without creating a subdirectory to
contain them.

If you have a URL I can hit against, I'd be glad to give it a try
myself.

-tim


_______________________________________________
Blinux-list mailing list
Blinux-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/blinux-list




[Index of Archives]     [Linux Speakup]     [Fedora]     [Linux Kernel]     [Yosemite News]     [Big List of Linux Books]