The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
How to Unzip a .ZIP file in Unix without using unzip cmd..?????
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
How to Unzip a .ZIP file in Unix without using unzip cmd..?????
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
02-02-2007
djp
Registered User
Join Date: Apr 2005
Posts: 15
If you have gzip on your system you can use:
gunzip -S .ZIP filename.ZIP
But it will not extract the file, it will unzip it. No idea what you're going to get if you have multiple files in the ZIP file...
djp
View Public Profile
Find all posts by djp
Find djp's past nominations received
Find djp's present nominations given