Open and scroll through 42 GB text file in Mac OS X
        Posted  
        
            by 
                Django Johnson
            
        on Super User
        
        See other posts from Super User
        
            or by Django Johnson
        
        
        
        Published on 2013-06-25T13:13:33Z
        Indexed on 
            2014/08/20
            10:25 UTC
        
        
        Read the original article
        Hit count: 361
        
I am running Mac OS X 10.8.4 (Mountain Lion) and I am trying to open and scroll through a 42 GB .XML file.
I plan on using an XML parser to parse through it and delete parts, but first I need to know how the document is structured so I can know what parts to save.
How can I open this text / XML file and scroll through it so I can get a glimpse of its structure?
I tried my default text-editor, text-mate, and that couldn't open it. I tried gEdit and that shows the first 10 or so lines, but then quits after trying to load the rest.
I would greatly appreciate any and all suggestions!
© Super User or respective owner