From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from imf21aec.mail.bellsouth.net ([205.152.59.69]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1I2wnr-0001lz-00 for ; Mon, 25 Jun 2007 18:12:59 -0400 Received: from ibm63aec.bellsouth.net ([72.155.198.205]) by imf21aec.mail.bellsouth.net with ESMTP id <20070625221228.EVZB16273.imf21aec.mail.bellsouth.net@ibm63aec.bellsouth.net> for ; Mon, 25 Jun 2007 18:12:28 -0400 Received: from localhost ([72.155.198.205]) by ibm63aec.bellsouth.net with ESMTP id <20070625221227.PNYC5339.ibm63aec.bellsouth.net@localhost> for ; Mon, 25 Jun 2007 18:12:27 -0400 Date: Mon, 25 Jun 2007 17:12:27 -0500 (CDT) From: Adam Myrow To: "Speakup is a screen review system for Linux." Subject: Re: Trying out Slackware In-Reply-To: <467F3C6A.4060206@clearwire.net> Message-ID: References: <467F3C6A.4060206@clearwire.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2007 22:12:59 -0000 On Mon, 25 Jun 2007, Gaijin wrote: > How they missed dos2unix I don't know, but the 'tr' command should do > for removing carriage returns. Slackware has two similar commands. They are called "fromdos" and "todos." They take input from stdin and write to stdout, so you would do something like "fromdos < dos.txt > unix.txt" to convert a file from DOS format to Unix format.