home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text0729.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  866 b   |  24 lines

  1. In your message (Sun, 7 May 1995 06:49:48 -0700 (PDT)), you wrote:
  2. >> AHA!  I know the cause of that!  That's because the file has DOS 
  3. >> or Unix line termination and not Mac file termination.  If you are
  4. >> running the Linux version, you can convert them easily:
  5. >> 
  6. >> tr '\012' '\015' < crashing.sit.hqx > no-crash.sit.hqx
  7. >> 
  8. >> This may not be a problem with DOS line termination which as the CR 
  9. >> the Mac requires.  Linux does not.
  10. >One other quick idea.  Are you grabbing them in ASCII mode or BIN mode with
  11. >ftp?
  12.  
  13. He probably used ASCII mode on a Linux PC.  He then ended up with a
  14. Linux text format HQX file which requires the above transformation to
  15. work with executor/linux.
  16.  
  17. The way to test under Linux is to cat the file.  If it has correct Mac
  18. line endings, it will *not* scroll up the screen, but each line will
  19. overwrite the previous one.
  20.  
  21. Tim.
  22.  
  23.  
  24.