MACSCRPT Archives

May 2008

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Thu, 8 May 2008 09:12:15 -0400
Content-Disposition:
inline
Reply-To:
Macintosh Scripting Systems <[log in to unmask]>
Subject:
MIME-Version:
1.0
Content-Transfer-Encoding:
7bit
In-Reply-To:
Content-Type:
text/plain; charset=UTF-8
From:
"Mark J. Reed" <[log in to unmask]>
Parts/Attachments:
text/plain (34 lines)
On Thu, May 8, 2008 at 8:51 AM, Mark Lively <[log in to unmask]> wrote:
> Try zip -S
zip error: Invalid command arguments (no such option: S)

> sometimes the resource forks are stored as ._filename, which gets hidden
> from the system.

They're not hidden in the output of unzip -l.

$ unzip -l Finder.zip
Archive:  Finder.zip
  Length     Date   Time    Name
 --------    ----   ----    ----
        0  05-07-08 22:06   124 Avant Garde Gothic Cond
        0  05-08-08 00:29   __MACOSX/
    98074  05-07-08 22:06   __MACOSX/._124 Avant Garde Gothic Cond
        0  05-08-08 00:27   212 ITC Avant Garde Gothic 2
   176975  05-08-08 00:27   __MACOSX/._212 ITC Avant Garde Gothic 2
 --------                   -------
   275049                   5 files

$ unzip -l cli.zip
Archive:  cli.zip
  Length     Date   Time    Name
 --------    ----   ----    ----
        0  05-07-08 22:06   124 Avant Garde Gothic Cond
        0  05-08-08 00:27   212 ITC Avant Garde Gothic 2
 --------                   -------
        0                   2 files


-- 
Mark J. Reed <[log in to unmask]>

ATOM RSS1 RSS2