Text editor to work on big files (above 100MB)

 

I am used to work with Notepad++ in addition to MetaEditor, mainly to analyze log/data files.

However when working with big files NotePad++ starts to become very slow or even can't open the file a too big.

Anyone has some experiences with this and could maybe suggest some good alternatives ?

 
Alain Verleyen:

I am used to work with Notepad++ in addition to MetaEditor, mainly to analyze log/data files.

However when working with big files NotePad++ starts to become very slow or even can't open the file a too big.

Anyone has some experiences with this and could maybe suggest some good alternatives ?

In the past to dig through server log files I used successfully LFE (https://www.liquid-technologies.com/large-file-editor) and just for fast searches Glogg (https://glogg.bonnefon.org)...

;)

 
Alain Verleyen:

I am used to work with Notepad++ in addition to MetaEditor, mainly to analyze log/data files.

However when working with big files NotePad++ starts to become very slow or even can't open the file a too big.

Anyone has some experiences with this and could maybe suggest some good alternatives ?

Scite or maybe log editors suchs as logexpert...
 
Alain Verleyen:

I am used to work with Notepad++ in addition to MetaEditor, mainly to analyze log/data files.

However when working with big files NotePad++ starts to become very slow or even can't open the file a too big.

Anyone has some experiences with this and could maybe suggest some good alternatives ?

If editing, I remember using liquid some years ago... https://www.liquid-technologies.com/large-file-editor

Free Large File Editor
  • Liquid Technologies Limited
  • www.liquid-technologies.com
A Free Large File Editor providing the ability to open and edit huge files (Gigabyte, Terabyte, even Petabyte files), with all features of a standard editor - Cut and Paste, Select, Select All, Undo, Redo, Find and Replace, Goto Line.
 

Try this.  This should work for you.

http://www.sweetscape.com/010editor/

010 Editor - Professional Text/Hex Editor with Binary Templates
  • www.sweetscape.com
Why is 010 Editor so powerful? Unlike traditional hex editors which only display the raw hex bytes of a file (1), 010 Editor can also parse a file into a hierarchical structure using a Binary Template (2). The results of running a Binary Template are much easier to understand and edit than using just the raw hex bytes. Binary Templates are...
 
Alain Verleyen:

Text editor to work on big files (above 100MB)
https://www.mql5.com/en/forum/290248#comment_9392631
Do you use a software to view MetaTrader 5 log files ? If yes which one ?
Do you use a software to view MetaTrader 5 log files ? If yes which one ?
  • 2018.11.16
  • www.mql5.com
Hi, Do you use a software to view MetaTrader 5 log files ? If yes which one ? Thanks, Pierre...
 

Thank you all, I will investigate and keep you posted.

I am also checking UltraEdit.

 
I need to select all lines containing a given keyword, then removed all lines NOT selected. Easy with Notepad++, do you know how to do that with VIM ?
 
Arthur Albano:

If editing, I remember using liquid some years ago... https://www.liquid-technologies.com/large-file-editor

Liquid experience :-D

Can't even start it as I need a Licence Key. Maybe I will check later in case I don't find and other solution.

And be the way it's so slow just to start...loading all these modules I don't need.

 
Alain Verleyen:
I need to select all lines containing a given keyword, then removed all lines NOT selected. Easy with Notepad++, do you know how to do that with VIM ?
This is the sort of thing VIM excels at.
:v/pattern/d

:v is the opposite of :g, the global command.

d == delete

/pattern/ == regex expression


For additional reference:

http://vim.wikia.com/wiki/Power_of_g

 
KDE's Kate
Reason: