Splitting file by search creteria
-
Hello,
we have huge text files like this:
799;0;M;00;70;2;1190731;-83,97;101310674;;9033915
799;0;C;00;0;2;1190731;15,99;0;;9033916
799;0;**M;00;88;**2;1190731;-15,99;101314918;;9033916
799;0;1;00;0;0;1190731;39,99;0;;9033917
799;0;1;00;0;0;1190731;39,99;0;;9033917My need is to separate all the lines that includes the string M;00;88; to a separate file. How can I find and mark only these lines for Cut+Copy to another file?
Thank you.
-
Open find dialog, goto mark tab
check bookmark line
search mode: normal
putM;00;88;
into the find what box and press mark all
Goto search menu and discover bookmark submenu -
Thank you very much, it works pretty fine!