What are your recommendation for opening large text files on OS X? I found both BBEdit and Textmate to be struggling in this department.
|
|
I found MacVim pretty good at opening large files. There's even a plugin to speed it up, if the file is really large. EDIT: it seems the project moved to GitHub. |
|||||||||
|
|
BBEdit is pretty much the standard for opening large text files on a Mac. I've opened some good-sized files with it, and BBEdit didn't even break a sweat. How large of a file are you talking about? And how much RAM does your Mac have (both installed and free)? Edited to add… Bare Bones released BBEdit 9.6 today, and according to the Release Notes1 (under Changes):
Sounds to me like it's worth upgrading (free for anyone with BBEdit 9.x) and trying again. 1 If you've never read a Bare Bones release notice before, you should. Even if you have no interest in BBEdit. Even if you have no interest in Bare Bones. Even if you have no interest in text editors in general. They're that good. Yes, really. Iä! Iä! Pnoies fhtagn! |
|||||
|
|
TextWrangler is a great tool for opening editing and saving large files. I wouldn't recommend if for copying and pasting large amounts of content though. Use it if you don't want to have to deal with the vi interface/commands. Like Loic mentioned, MacVim is a great app if you're more familar with vi. |
|||
|
|
I'm using HexFiend to work with a 60 GB text file and it works great (apparently it can handle files as large as 118 GB). |
|||
|
|
|
If you are reading the file only, use the 'less' command. You can navigate and search through the file like vi, but much faster and without the nasty 'line too long' type problems. For working with big production logs, this is an invaluable tool. |
|||||
|
|
Check Sublime Text 2 out. It is one of the best out there. |
||||
|
|

