NEED YOUR HELP! i parse some large .log file to find some specified word in some pair (fore example log/pass) i do it to understand if this word presents in file or not/ i use this code construction:---- \LogParser.exe "SELECT Text FROM 'D:\xxx\file.log'
WHERE Text like '%abracadabra%'" -i:TEXTLINE ---- and if my word in file, i see the result that word is presents in, BUT WHAT SHOULD I DO if i want to see hole pair in a result but not only my one word? the problem is, that in stream in file those pairs locate
one under another:
log: 12345
pass: abcdef
log: 87347
pass: jhdgfjd
and so on... help me please and i will be sooooooo hapy. MY DEARS)))