Re: removing carriage returns in textedit

2014-03-10 Thread Chris Moore
Hi, I resorted to using the tr command in a terminal as follows: 1. open a terminal 2. cd into the directory containing the desired file ; 3. enter the following command: tr '\r\n' '\n' file2 where file1 is your input file and file2 is the output file. ChrisOn Mar 9, 2014, at 2:53 PM, Chris Moor

Re: removing carriage returns in textedit

2014-03-09 Thread Tim Kilburn
Hi, When you want to insert special characters, often you can use the option key. So, try option return to enter the carriage return. Or, you can use option tab to enter a . HTH. Sent from my iPhone > On Mar 9, 2014, at 1:16 PM, Teresa Cochran wrote: > > I'm not sure if this is the best w

Re: removing carriage returns in textedit

2014-03-09 Thread Teresa Cochran
I'm not sure if this is the best way to do it, but I simply selected the carriage return in a document and copied it. Then I could paste it into the search field. Hth, Teresa Visualize whirled peas. On Mar 9, 2014, at 11:53 AM, Chris Moore wrote: > Hello, > This has probably been covered bef