How long should replacing all white spaces with commas take in my 46MB text file using a simple text editor such as textmate on my Mac?
Tell me more
×
Ask Different is a question and answer site for
power users of Apple hardware and software. It's 100% free, no registration required.
|
|
TextMate can sometimes be very slow with big files like this. I recommend using a command line utility like sed.
will do what you need extremely quickly. Obviously replace the filenames with your actual filenames. |
|||||||||
|
|
This should be even faster than the sed solution:
|
|||||||||||||
|