Search Results

Search: Posts Made By: BootComp
1,801
Posted By BootComp
Deleting processed lines
I have a log file that I am processing. This contains messages from and to a server (requests and responses).
The responses to requests may not be in order i.e. we can have a response to a request...
14,156
Posted By BootComp
Thanks. That did the trick. But can't seem to...
Thanks. That did the trick. But can't seem to figure out how to negate this now?

BTW still can't understand why grep doesn't match this? :confused:
14,156
Posted By BootComp
Nope this does not give any output either. :(
Nope this does not give any output either. :(
14,156
Posted By BootComp
Searching for lines ending with }
I'm trying to search for lines ending with "}" with the following command but am not getting any output.
grep '\}$' myFile.txt

I actually want to negate this (i.e. lines not ending with "}"),...
2,656
Posted By BootComp
Thanks. But would be great if I could explanation...
Thanks. But would be great if I could explanation of the above code for my understanding.
2,656
Posted By BootComp
Select block of text around matching braces
Hi,
I have several block of text that I need to select, however this text may be spread over several lines and contains the '{' and '}' within it.
For e.g.,

ABC=100{
DEF = 200
{
GHI,...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 04:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy