home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.96 / text4229.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  1.0 KB  |  33 lines

  1.     id m0u4utZ-0007rKa; Thu, 4 Apr 96 12:40 MST
  2. Sender: owner-executor
  3. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  4.     id m0u4uiB-0007rOC; Thu, 4 Apr 96 12:28 MST
  5. Received: by gwar.ardi.com (Smail3.1.29.1 #3)
  6. References: <199604021423.JAA05342@styx.ios.com>
  7. Message-id: <m0u4ugY-000GOKC@gwar.ardi.com>
  8. Subject: Re: Images from DiskCopy (WAS Using Apple's Finder from System
  9. Cc: executor@ardi.com
  10. In-reply-to: <4jsd5j$t0n@newsbf02.news.aol.com>
  11. To: compexpr@aol.com (CompExpr)
  12. Date: Thu, 4 Apr 96 12:27 MST
  13. From: mat@ardi.com (Mat Hostetter)
  14. Sender: owner-executor@ardi.com
  15. Precedence: bulk
  16.  
  17. >>>>> "CompExpr" == CompExpr  <compexpr@aol.com> writes:
  18.  
  19.     CompExpr> However, I don't have the ability to write such a
  20.     CompExpr> program for Liunx/Next users.
  21.  
  22. Well, for Linux (or any other system with GNU tail) you could skip the
  23. first 84 bytes with:
  24.  
  25. tail --bytes=+85 my_disk_image > mydisk.hfv
  26.  
  27. (yes, it's "+85" to skip 84 bytes).  I'm sure there a zillion other
  28. clever Unix ways to do it too...that's just the first one that came to
  29. mind.
  30.  
  31. -Mat
  32.  
  33.