home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / next / software / 3229 < prev    next >
Encoding:
Text File  |  1992-12-29  |  1.6 KB  |  51 lines

  1. Newsgroups: comp.sys.next.software
  2. Path: sparky!uunet!gatech!enterpoop.mit.edu!bloom-picayune.mit.edu!news
  3. From: lones@lones.mit.edu (Lones A. Smith)
  4. Subject: Re: HOW GET FILES TO MAC?
  5. Message-ID: <1992Dec30.044747.12781@athena.mit.edu>
  6. Sender: news@athena.mit.edu (News system)
  7. Nntp-Posting-Host: lones.mit.edu
  8. Organization: Massachvsetts Institvte of Technology
  9. References: <1992Dec30.034308.25742@wam.umd.edu>
  10. Date: Wed, 30 Dec 1992 04:47:47 GMT
  11. Lines: 38
  12.  
  13. In article <1992Dec30.034308.25742@wam.umd.edu> gaia@wam.umd.edu (L.  
  14. Anathea Brooks) writes:
  15. > I want to work on files on my Next and then transfer them 
  16. > to my Mac because there I have apps to do linguistic 
  17. > analysis unavailable on the Next.
  18. > I have tried saving as text in WriteNow, and placing text 
  19. > file on Mac disk mounted on Next. The Mac won't read the 
  20. > file. 
  21. > I do have DOS capability on the Mac. Also a bunch of 
  22. > DataViz translators.
  23. > What is the way to do this? It's just simple text!!
  24. > thanks
  25. > Robert de Lucca
  26.  
  27. I assume you are saving in Mac format on the NeXT. The following corrects  
  28. just for line breaks and works for my TeXing purposes.
  29.  
  30. Put 
  31.     alias mac2unix  "tr '\015' '\012'"
  32.     alias unix2mac  "tr '\012' '\015'"
  33.  
  34. in your .cshrc file. Then use the command
  35. mac2unix <macfilename> unixfilename
  36. and the obvious reverse direction.  Then when in Writenow, open the file  
  37. as text only, but save as text only with line breaks.  I think that's it.
  38.  
  39. --
  40. Lones A. Smith
  41. Department of Economics
  42. MIT E52-252C
  43. Cambridge MA 02139
  44. v-mail: (617) 253-0914
  45. e-mail: lones@lones.mit.edu  (NeXT mail or the garden variety stuff)
  46.