You can use the Text to Speech feature to hear selected text read aloud in a Microsoft Office for Mac file.
If you have not already done so, set up the Text to Speech feature.
On the Apple menu, click System Preferences.
Click Accessibility > Speech.
Select the voice that you want to use.
Tip: You can change the speed at which words are read by moving the Speaking Rate slider.
Select the Speak selected text when the key is pressed check box, and then click Set Key to assign a keyboard shortcut that you want to use to hear text read aloud. The default keyboard shortcut is Option+Esc.
In your Office file, select the text that you want to hear, and then press the keyboard shortcut.
Best Video Software for the Mac How To Run MacOS High Sierra or Another OS on Your Mac Best Graphic Design Software the Mac Stay Safe with Best Free Password. Large Text File Viewer 4.1.
See also
Does anyone have any recommendations for a programmer's editor that can cope with large files on Mac OS X? By large I mean hundreds of megabytes. TextMate doesn't cut it.
Jorge Israel Peñaclosed as off topic by Parag Bafna, p.campbell, davidcesarino, Mark, doctorlessMar 22 '13 at 2:20
Questions on Stack Overflow are expected to relate to programming within the scope defined by the community. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about reopening questions here. If this question can be reworded to fit the rules in the help center, please edit the question.
13 Answers
Have you tried Vim? It's the only editor I use :-)
Edit: It seems to depend upon a couple of factors. I used Vim with large CSV (i.e. text-based) files and that worked great. YMMV :-)
Topher FangioTopher FangioIf, as you say, only really need to get an idea of the structure try opening the document in Console. Believe it or not, I'm able to view files as large as 15GB (MAC OSX 10.7.2)
HexFiend is designed to read files of any size, but you'll need to work using fixed-column character wrapping and no newline detection.
If you just want to have an idea of structure, how about browsing with more or less?
Definitely vim is the answer. Check out the macvim, the mac version.
Xavier GuardiolaXavier GuardiolaBBEdit, that old standby, is famous for handling really large files with aplomb (or, at least, it was back in the pre-TextMate era). There's a free version, TextWranger; I assume it's based on the same core and should still work.
jacobianjacobianI have used gvim
for files larger than 1 GB of NASTRAN output.gvim
handles large files very well.In fact that was the main reason I switched from Emacs
to vim.
Emacs
is a great editor but it can handle files only as large as 128 MB, at least the 32-bit version. If you decide to use Emacs
I recommend to configure it to turn syntax highlighting off for large files.
Another way to deal with large files those days was heavy usage of head
, tail
and split
.
The native emacs on OS X seems to be the 64-bit version now. It works like a charm on my 250MB text file.
emacs, naturally, at least a 64 bit build (you can do that on OS X now, right?)
But also, these are surely generated files. Do you really need to interact with them all at once?
simonsimonVim has already been recommended. If you're using vim you might want to also use the LargeFile plugin (by the inimitable Charles 'Dr Chip' Campbell), which automatically disables various features of vim in the interests of speed for files over 100Mb (at the default setting).
Michael DunnMichael DunnSince you noted in a comment that it's actually an XML file and you just want to get an idea of its structure, you may want to check out Oxygen's LargeFileViewer, a helper app which is bundled with Oxygen XML Editor. (It might also come with Author, I don't know.)
Avi FlaxAvi FlaxApple Text Reader
Crisp claims the ability to edit files of '8GB or more', but I haven't tried it.
Alex MartelliAndroid File Reader For Mac
Alex MartelliEdit: Do not use Sublime Text 2!Although it worked for me, apparently for many other users Sublime Text 2 can't handle large text files. Below is my original answer:
Sublime Text 2 for Mac 10.6.8 opened up a 200 MB file for me without any problem
gardenofwinegardenofwine