Package: zip
Version: 2.32-1
Severity: normal

I want to do a recursive zip of everything below the current directory
with '-R' and to write on stdout:

$ zip -R - '*'
        zip warning: name not matched: *

zip error: Nothing to do! (try: zip -R - . -i *)

$ zip -R - . -i '*' > out
zip I/O error: No such file or directory

zip error: File not found or no read permission ()

[This error occurs whether the * is quoted or not, and indeed for any
pattern following the '-i'.]

$ zip -R - .

[correct behavior]

But what if I actually want to filter with '-i'?

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-lizzie
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages zip depends on:
ii  libc6                         2.6.1-5    GNU C Library: Shared libraries

Versions of packages zip recommends:
ii  unzip                         5.52-10    De-archiver for .zip files

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to