LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   zip - unzip info (https://www.linuxquestions.org/questions/linux-newbie-8/zip-unzip-info-813522/)

deelinux 06-11-2010 04:31 AM

zip - unzip info
 
Hi all

Is it possible to copy zipped (my.zip) files from Windows systems to Linux systems and unzip them without any corruption.

I know the command unzip is available, but I want to know if this copying from WIndows to Linux could lead to file corruption.

any suggestions?

Thanks

druuna 06-11-2010 04:35 AM

Hi,

That should be possible. I'm not sure if you need to use unzip or gunzip on the linux/unix system.

I'm sure it works with rar (unrar on the linux/unix platform), but that's not your actual question.

Anyway, hope this helps.

tracertong 06-11-2010 04:55 AM

Definitely.

Samuel Smith ported the algorithms of Phil Katz's original "PKZip" program, into an open source project he called "Info-ZIP", way back in 1989 (Katz had published how they worked, anyway).

He released it under a BSD license, so essentially everyone else's "Rocket-Powered ZIP program", ever since, has been (pretty much) a cut&paste job, as far as the actual archiving process goes. (Many such defacto standards are the product of a BSD licenses meeting up with the ctl-c and ctl-v keys. How do you think we ended up with TCP/IP?)

("What's that, you say, Skippy? 'Attribution'? Oh, there's a comment in the source code - honest!")

pixellany 06-11-2010 05:17 AM

Quote:

Originally Posted by druuna (Post 3999974)
Hi,

That should be possible. I'm not sure if you need to use unzip or gunzip on the linux/unix system.

.zip file ---> unzip

.gz file ---> gunzip

druuna 06-11-2010 05:20 AM

@pixellany: Thanks, I always confuse these 2.......

pixellany 06-11-2010 05:24 AM

That's cool----I confuse **everything**.....;)

deelinux 06-11-2010 06:02 AM

thanks
 
thanks for all comments

druuna 06-11-2010 06:06 AM

You're welcome.

Please mark this as solved (see Thread Tools).


All times are GMT -5. The time now is 05:09 AM.