LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Manual entry for gzcat (https://www.linuxquestions.org/questions/linux-newbie-8/manual-entry-for-gzcat-897815/)

abhinav4 08-17-2011 06:29 AM

Manual entry for gzcat
 
I am using fedora 8, when i use man page it shows the entry for the normal commands like ls, cat etc..
Now i want to know the man page for other commands like gzcat etc and it does not show any manual entry. I know i have to install some packages. Can someone tell me which one. I can install through yum.

Thanks

brianL 08-17-2011 06:48 AM

There is no man page for gzcat. From man zcat:
Quote:

zcat is identical to gunzip -c. (On some systems, zcat may be installed as gzcat to preserve the original link to compress.) zcat uncompresses either a list of files on the command line or its standard input and writes the uncompressed data on standard output. zcat will uncompress files that have the correct magic number whether they have a .gz suffix or not.

abhinav4 08-17-2011 06:57 AM

Oh thanks brian, gzcat is a solaris command. I gets confused sometimes between the distributions :)

abhinav4 08-17-2011 06:59 AM

Additionally how can I install the manual entry for any other commands which are not preinstalled.

brianL 08-17-2011 07:05 AM

I don't know, I haven't used Fedora for ages.

8 is way out of date, they're up to 15 now.

knudfl 08-17-2011 08:18 AM

You can use the online manuals http://linux.die.net/man/

man gunzip http://linux.die.net/man/1/gunzip

man zcat http://linux.die.net/man/1/zcat

There are no extra packages for Fedora, these are the general ones:
1) man 2) man-pages 3) man-pages-<your-language>, like man-pages-uk

But a lot of application, libraries will add their own man pages.

..

chrism01 08-17-2011 06:29 PM

If a pkg is installed, part of the installation includes the relevant man page.
for stuff you don't have installed, try http://linux.die.net/man/ as per post #6.
HOWEVER, note post #5, you can't get updates for a system that old; get an up to date one first.


All times are GMT -5. The time now is 05:02 PM.