Search Results

Search: Posts Made By: Kiah07
4,561
Posted By Kiah07
That work great! You also reminded me about...
That work great! You also reminded me about escaping the parenthesis and ;. I changed the CH regex because I need to catch single and possibly double digits.

match($0, /CH: [^ ]/);

to
...
4,561
Posted By Kiah07
Thanks, sorry but I eddied the post. I had more...
Thanks, sorry but I eddied the post. I had more random things between the three things to be extracted. I really need something like:
match($0, /db/) print substring A
match($0, /CH/) print...
4,561
Posted By Kiah07
Thanks Aia, that is much cleaner than mine. The...
Thanks Aia, that is much cleaner than mine. The desired output is:
-98db CH: 1 (a space)

Without the parenthesis.
4,561
Posted By Kiah07
awk - multiple match
I need to exttract the color fields shown below. The parenthesis can contain almost anything.
Updated:
11b -98db random junk CH: 1 random junk (a space) random junk
11g -82db random junk CH: 2...
2,345
Posted By Kiah07
Hey guys, no it's not the entire script and I...
Hey guys, no it's not the entire script and I needed many other keys. This was just the quickest and easiest way to show the problem area. I solved it by running tshark in the background, and had...
2,345
Posted By Kiah07
Read input while another command is running &&
This script runs tshark, then displays the output. I want to read a keypress at all times throughout this script, especially during the 10 seconds that tshark is running. This code however, only...
Showing results 1 to 6 of 6

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