The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 03-12-2009
elioncho elioncho is offline
Registered User
  
 

Join Date: Mar 2009
Posts: 3
Zip command (zip folder doesn't include a folder of the same name)

Hi guys,

I have a question about the zip command. Right now I have a directory with some files and folders on it that I want to compress. When I run the zip command:

zip foo -r

I am getting a foo.zip file that once I unzip it contains a foo folder. I want to create the foo.zip, but that once I unzip it I get all the content of the directory (no intermediate folder of the same name of the zip one). Can anyone give me some ideas on this? Thanks,

Elioncho