home *** CD-ROM | disk | FTP | other *** search
- id m0u8wXT-0007rxa; Mon, 15 Apr 96 16:14 MDT
- Sender: owner-executor
- Received: from ardi.com by ftp.ardi.com
- (Smail3.1.29.1 #3) id m0u8wWJ-0007rfn; Mon, 15 Apr 96 16:13 MDT
- 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
- From: wmagro@msc.cornell.edu (William Magro)
- Newsgroups: comp.emulators.mac.executor
- Subject: Re: Executor/DOS problems handling Mac fonts
- Date: 15 Apr 1996 04:29:35 GMT
- Organization: Cornell University
- Lines: 15
- Message-ID: <4ksjbf$bcs@newsstand.cit.cornell.edu>
- References: <Pine.LNX.3.91.960413101713.553B-100000@fotodesign.spacenet.de>
- NNTP-Posting-Host: theory.tc.cornell.edu
- X-Newsreader: TIN [version 1.2 PL2]
- To: executor@ardi.com
- X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
- Sender: owner-executor@ardi.com
- Precedence: bulk
-
- Karsten Schneeberger (ks@fotodesign.spacenet.de) wrote:
- : On Wed, 10 Apr 1996, Clifford T. Matthews wrote:
- :
- : > information and a map of what information is stored where. You can
- : > strip the first 512 bytes of the %file and then you're left with just
- : > the resource fork.
-
- : Can you just tell me how to do this with Linux ? I'll try this.
-
-
- To strip off 512 bytes from the file "%file" under linux, just do
-
- dd if="%file" of="newfilename" bs=512 skip=1
-
- --Bill
-
-