home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.96 / text2010.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  457 b   |  17 lines

  1. >>>>> "CompExpr" == CompExpr  <compexpr@aol.com> writes:
  2.  
  3.     CompExpr> However, I don't have the ability to write such a
  4.     CompExpr> program for Liunx/Next users.
  5.  
  6. Well, for Linux (or any other system with GNU tail) you could skip the
  7. first 84 bytes with:
  8.  
  9. tail --bytes=+85 my_disk_image > mydisk.hfv
  10.  
  11. (yes, it's "+85" to skip 84 bytes).  I'm sure there a zillion other
  12. clever Unix ways to do it too...that's just the first one that came to
  13. mind.
  14.  
  15. -Mat
  16.  
  17.