[Prev][Next][Index][Thread]

Re: Images from DiskCopy (WAS Using Apple's Finder from System



>>>>> "CompExpr" == CompExpr  <compexpr@aol.com> writes:

    CompExpr> However, I don't have the ability to write such a
    CompExpr> program for Liunx/Next users.

Well, for Linux (or any other system with GNU tail) you could skip the
first 84 bytes with:

tail --bytes=+85 my_disk_image > mydisk.hfv

(yes, it's "+85" to skip 84 bytes).  I'm sure there a zillion other
clever Unix ways to do it too...that's just the first one that came to
mind.

-Mat


References: