I have a text file containing only text lines like this:
(abc) defghjklmnop
I want the whole bracket to be at the end. So it should look like this:
defghjklmnop (abc)
The text in the bracket and the text after it vary from line to line. How can I do this in TextWrangler?