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

  1. Karsten Schneeberger (ks@fotodesign.spacenet.de) wrote:
  2. : On Wed, 10 Apr 1996, Clifford T. Matthews wrote:
  3. :  
  4. : > information and a map of what information is stored where.  You can
  5. : > strip the first 512 bytes of the %file and then you're left with just
  6. : > the resource fork.
  7.  
  8. : Can you just tell me how to do this with Linux ? I'll try this.
  9.  
  10.  
  11. To strip off 512 bytes from the file "%file" under linux, just do
  12.  
  13. dd if="%file" of="newfilename" bs=512 skip=1
  14.  
  15. --Bill
  16.  
  17.