What I need to do is like this:
There is an XML message, about 1 MB in size, and the longest line is a little over 4000 bytes. In that case, the find command can't search for keywords in such ultra-long lines.
Current ideas:
1, use the findstr command; I've tested it, and it can search 4 KB lines
2, split the long lines into short lines; this is basically a matter of parsing the message.
I hope friends with similar experience can discuss it together.
[ Last edited by amark on 2009-2-9 at 11:20 ]
There is an XML message, about 1 MB in size, and the longest line is a little over 4000 bytes. In that case, the find command can't search for keywords in such ultra-long lines.
Current ideas:
1, use the findstr command; I've tested it, and it can search 4 KB lines
2, split the long lines into short lines; this is basically a matter of parsing the message.
I hope friends with similar experience can discuss it together.
[ Last edited by amark on 2009-2-9 at 11:20 ]


