A algore Verified User Joined Aug 9, 2007 Messages 13 Aug 9, 2007 #1 How do i unzip a file ... I have uploaded a a file in zip form ... now how do i unzip the folder ... Can anyone help .... The file is in zip format ... How to convert a folder in tar.gz in windows Last edited: Aug 9, 2007
How do i unzip a file ... I have uploaded a a file in zip form ... now how do i unzip the folder ... Can anyone help .... The file is in zip format ... How to convert a folder in tar.gz in windows
M myH2Oservers Verified User Joined Mar 13, 2006 Messages 195 Location Netherlands Aug 10, 2007 #2 http://www.google.com/search?hl=EN&q=how+to+unzip+in+linux&btnG=Zoeken&meta=
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,989 Location California Aug 12, 2007 #3 Are you trying to unzip a tar.gz file in Windows as well? You can do that using the winzip program. Jeff
Are you trying to unzip a tar.gz file in Windows as well? You can do that using the winzip program. Jeff
S SoCal Verified User Joined May 13, 2007 Messages 24 Aug 16, 2007 #4 To install zip on RH machine: yum -y install zip To zip all files in present folder: zip -r allfiles.zip . To unzip files : unzip filename.zip
To install zip on RH machine: yum -y install zip To zip all files in present folder: zip -r allfiles.zip . To unzip files : unzip filename.zip