![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Makefile cant create new install path | mercury | Shell Programming and Scripting | 2 | 02-10-2009 01:29 AM |
| Want to create 3 different new directories under the same path | Llb | UNIX for Dummies Questions & Answers | 1 | 11-21-2008 05:21 AM |
| Create path which has length=1023. | mansa | Shell Programming and Scripting | 2 | 11-16-2008 08:44 AM |
| Parse value from multiple row to create the path | shirleyeow | Shell Programming and Scripting | 13 | 05-05-2008 09:22 AM |
| Create Variable for a PATH | mmignot | Shell Programming and Scripting | 2 | 11-06-2006 03:09 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to create zip file without path?
Hello,
I have generated a PHP script that creates files needed for EPUB file. I have a temp directory where these files are created into and then needs to be zipped. The directory structure is: mimetype content.opf index.html stylesheet.css toc.ncx META-INF META-INF/container.xml I use the following commands to create the EPUB file: system ("zip -q0Xj $zipFile mimetype") ; system ("zip -qXr9Dj $zipFile $myDir/mimetype $myDir/content.opf $myDir/index.html $myDir/stylesheet.css $myDir/toc.ncx $myDir/META-INF $myDir/META-INF/container.xml") ; The problem is the the "j" option removes the path from all files, but I need the zip file to have all these files in the root of the zip except the META-INF directory and its file containes.xml must be at the root of the zip file. So how can I create a zip file containing just these files and that one directory without the full path? Thanks for your help! |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|