The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-02-2007
djp djp is offline
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...