PDA

View Full Version : Ignorant Question Incoming!



Hobo
09-17-2004, 01:16 PM
I'm at work so I can't search around much. Does RH 9 come with an extraction tool to uncompress zip files? Or is there a terminal command?


Thanks for ignoring my ignorance. :rolleyes:

Iam_Walrus
09-17-2004, 03:06 PM
I'm at work so I can't search around much. Does RH 9 come with an extraction tool to uncompress zip files? Or is there a terminal command?


Thanks for ignoring my ignorance. :rolleyes:

'unzip --help' will tell you what you need to know

I<3EQ
09-17-2004, 07:53 PM
In the future, 'man -k description_of_what_you_want_to_do ' will be of some use. In this case, you could have done 'man -k unzip' to see a list of unzip utilities.