[Prev][Next][Index][Thread]
Re: Executor/DOS problems handling Mac fonts
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
References: