home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text1093.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  1.7 KB

  1. Received: from ppsw3.cam.ac.uk (mauve.csi.cam.ac.uk [131.111.8.38]) by nacm.com (8.6.10/8.6.9) with ESMTP id HAA07976 for <executor@nacm.com>; Sun, 7 May 1995 07:01:12 -0700
  2. Received: from mole.bio.cam.ac.uk by mauve.csi.cam.ac.uk 
  3.           with SMTP-CAM (XTPP8.1) as ppsw.cam.ac.uk;
  4.           Sun, 7 May 1995 15:00:36 +0100
  5. Received:  from localhost 
  6.           by mole.bio.cam.ac.uk (931110.SGI/MDTG-V1.3@mole.bio.cam.ac.uk)    id AA08595;
  7.           Sun, 7 May 95 15:05:18 +0100
  8. Message-Id: <9505071405.AA08595@mole.bio.cam.ac.uk>
  9. To: Toby Everett <tua@tua.st.hmc.edu>
  10. Cc: executor@nacm.com
  11. Subject: Re: D/Ling w/ Executor DOS 
  12. In-Reply-To: Your message of "Sun, 07 May 1995 06:49:48 PDT."             <199505071349.GAA01420@tua.st.hmc.edu> 
  13. Date: Sun, 07 May 1995 15:05:17 +0100
  14. From: Tim Cutts (Zoology) <tjrc1@mole.bio.cam.ac.uk>
  15. Sender: owner-executor@nacm.com
  16. Precedence: bulk
  17.  
  18. In your message (Sun, 7 May 1995 06:49:48 -0700 (PDT)), you wrote:
  19. >> AHA!  I know the cause of that!  That's because the file has DOS 
  20. >> or Unix line termination and not Mac file termination.  If you are
  21. >> running the Linux version, you can convert them easily:
  22. >> 
  23. >> tr '\012' '\015' < crashing.sit.hqx > no-crash.sit.hqx
  24. >> 
  25. >> This may not be a problem with DOS line termination which as the CR 
  26. >> the Mac requires.  Linux does not.
  27. >One other quick idea.  Are you grabbing them in ASCII mode or BIN mode with
  28. >ftp?
  29.  
  30. He probably used ASCII mode on a Linux PC.  He then ended up with a
  31. Linux text format HQX file which requires the above transformation to
  32. work with executor/linux.
  33.  
  34. The way to test under Linux is to cat the file.  If it has correct Mac
  35. line endings, it will *not* scroll up the screen, but each line will
  36. overwrite the previous one.
  37.  
  38. Tim.
  39.  
  40.  
  41.