TextWrangler-powerful freeware text editor
TextWrangler is a free text editor from Bare Bones, the maker of BBEdit. I love TextWrangler because it is so powerful in may ways.
First, it can open virtually any type of file. Even when it does not recognize the file type, it just opens it anyway. So, when everything else fails, you can try to open it with TextWrangler and see what’s inside.
Second, you can remove line breaks with TextWrangler. Project Gutenberg text files have line breaks, which is different to remove, because you do not want to remove every break (then the whole text will be one long line!), but only line breaks. In TextWrangler, you choose Text> Remove Line Breaks, then it removes line breaks.
Third, TextWrangler provides grep search function. For example, let’s say your text file contains lines like page 1, page 2, page 3… How can you remove all of them? With grep search, you can search lines that starts with page and ends with number, and remove them (or replace them with something else).










