| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <DF08E278E10FC14F87CE7E802ABFD04B039255F9@EXCHANGE01.air2web.com> |
| From: | Richard Campbell <richard DOT campbell AT air2web DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | RE: unzip - known problem? |
| Date: | Thu, 24 Apr 2003 15:38:16 -0400 |
| MIME-Version: | 1.0 |
>Works for me (tm).
You got lucky (well, you used a better version of zip, or at least didn't
spec the order as clearly):
bash-2.05b$ ls -R
.:
cat cat.exe
./cat:
mouse.exe
bash-2.05b$ zip -r test cat.exe cat
adding: cat.exe (deflated 55%)
adding: cat/ (stored 0%)
adding: cat/mouse.exe (deflated 55%)
bash-2.05b$ rm -rf cat.exe cat
bash-2.05b$ unzip test.zip
Archive: test.zip
inflating: cat.exe
checkdir error: cat exists but is not directory
unable to process cat/.
checkdir error: cat exists but is not directory
unable to process cat/mouse.exe.
bash-2.05b$
-Richard Campbell.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |