Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site wivax.UUCP Path: utzoo!linus!decvax!wivax!vishniac From: vishniac@wivax.UUCP (Ephraim Vishniac) Newsgroups: net.micro.mac Subject: Re: Unix to MacTerminal to MacWrite Message-ID: <20245@wivax.UUCP> Date: Tue, 13-Nov-84 07:52:18 EST Article-I.D.: wivax.20245 Posted: Tue Nov 13 07:52:18 1984 Date-Received: Thu, 15-Nov-84 01:13:53 EST References: <568@amd.UUCP> Organization: Wang Institute, Tyngsboro, Ma. 01879 Lines: 19 > Does anyone know a simple way to remove, or prevent the entry of > those little boxes that show up in a document downloaded with xmodem > to MacTerminal and then edited with MacWrite. I assume they are > newlines. > -- > Jim Budler > Advanced Micro Devices, Inc. > (408) 982-6547 There are several ways. For one, use "tr" to change all the line feeds to carriage returns before sending the document. Reverse this, of course, when sending from the Mac to Unix. The preferred way of doing business, however, is to use macput and macget. These provide for "Unix mode" transfers of text, which takes care of this transformation automatically. Ephraim Vishniac Wang Institute of Graduate Studies decvax!wivax!vishniac