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

  1.     id m0u8wXT-0007rxa; Mon, 15 Apr 96 16:14 MDT
  2. Sender: owner-executor
  3. Received: from ardi.com by ftp.ardi.com
  4.     (Smail3.1.29.1 #3) id m0u8wWJ-0007rfn; Mon, 15 Apr 96 16:13 MDT
  5. Path: sloth.swcp.com!tesuque.cs.sandia.gov!ferrari.mst6.lanl.gov!newshost.lanl.gov!ncar!csn!news-1.csn.net!magnus.acs.ohio-state.edu!math.ohio-state.edu!cs.utexas.edu!swrinde!newsfeed.internetmci.com!news.corpcomm.net!newstand.syr.edu!newsstand.cit.cornell.edu!wmagro
  6. From: wmagro@msc.cornell.edu (William Magro)
  7. Newsgroups: comp.emulators.mac.executor
  8. Subject: Re: Executor/DOS problems handling Mac fonts
  9. Date: 15 Apr 1996 04:29:35 GMT
  10. Organization: Cornell University
  11. Lines: 15
  12. Message-ID: <4ksjbf$bcs@newsstand.cit.cornell.edu>
  13. References: <Pine.LNX.3.91.960413101713.553B-100000@fotodesign.spacenet.de>
  14. NNTP-Posting-Host: theory.tc.cornell.edu
  15. X-Newsreader: TIN [version 1.2 PL2]
  16. To: executor@ardi.com
  17. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  18. Sender: owner-executor@ardi.com
  19. Precedence: bulk
  20.  
  21. Karsten Schneeberger (ks@fotodesign.spacenet.de) wrote:
  22. : On Wed, 10 Apr 1996, Clifford T. Matthews wrote:
  23. :  
  24. : > information and a map of what information is stored where.  You can
  25. : > strip the first 512 bytes of the %file and then you're left with just
  26. : > the resource fork.
  27.  
  28. : Can you just tell me how to do this with Linux ? I'll try this.
  29.  
  30.  
  31. To strip off 512 bytes from the file "%file" under linux, just do
  32.  
  33. dd if="%file" of="newfilename" bs=512 skip=1
  34.  
  35. --Bill
  36.  
  37.