On Thu, 22 Apr 1999, Charles M Stapleton wrote:

> Is there a program that will translate space between as a new line?
> 
> I tried looking through the 'tr' documentation but to no avail.
> 
> Sincerely
> matthew

If you just want to translate every space to a newline, what's wrong
with
tr ' ' '\n' <from >to

?  If you want to include horizontal tabs, use:

tr [:blank:] '\n' <form >to

          >< Microsoft free environment

This mail client runs on Wine.  Your mileage may vary.





___________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com/getjuno.html
or call Juno at (800) 654-JUNO [654-5866]

Reply via email to