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' <file1 >file2 where file1 is your input file and file2 is the output file.
ChrisOn Mar 9, 2014, at 2:53 PM, Chris Moore <[email protected]> wrote: > Hello, > This has probably been covered before, but I'm trying to remove the carriage > returns from a text file in textedit. I would the search and replace > function, but but how do I input the CR character? > > Thanks. > Chris -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/macvisionaries. For more options, visit https://groups.google.com/d/optout.
