awk/sed line parsing


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting awk/sed line parsing
# 8  
Old 06-14-2011
Quote:
I need to capture and list each line that contains a matching keyword
from where you will get the matching keyword? or those static?

Code:
 
grep -e "pattern1|pattern2" will search for multiple patterns!

# 9  
Old 06-14-2011
Quote:
Originally Posted by panyam
from where you will get the matching keyword? or those static?

Code:
 
grep -e "pattern1|pattern2" will search for multiple patterns!

Quote:
Originally Posted by panyam
from where you will get the matching keyword? or those static?

Code:
 
grep -e "pattern1|pattern2" will search for multiple patterns!

The keywords will be static and defined in the script. The output I've quoted earlier will be generated by some command which I call in my script and I want to be able to capture and parse the output for certain keywords. Then if I do have a keyword match, I want the script to quit and present the matched lines. I think grep only does one keyword at a time? I want my output to look like this (assuming there's a match for all instances of bar1.txt files and directories named 'foo'):

Quote:
The following changes were matched:

CHANGED FILES:
foo/bar1.txt

NEW FILES:
foo/bar1.txt

DIRECTORIES:
foo/
# 10  
Old 06-15-2011
I did not get you fully!!!

Please post a sample input and output you are expecting along with the sample keywords.
# 11  
Old 06-15-2011
Sorry for not being clear! Here's the sample run of an external command which I need to call within my script and its output:

Quote:
[user@machine]$
[user@machine]$external_command
Determining..
CHANGED FILES:
1. foo/bar.txt
2. foo/bar1.txt

NEW FILES:
1.foo/bar1.txt

DIRECTORIES:
1. foo/
[user@machine]$
[user@machine]$
When I run this command in my script, I want to be able to parse the output above for keywords which I also define in the script, such as "bar.txt", "foo/", etc. If there's a match, then I want my script to say something like this:

Quote:
The following critical changes were found:
CHANGED FILES:
1. foo/bar.txt

DIRECTORIES:
1. foo/
---------- Post updated at 03:48 AM ---------- Previous update was at 03:12 AM ----------

I tried to use this perl command as a parsing mechanism, but if I have a keyword that looks like "directory/file" then perl complains and I'm not sure how to escape the slash.

Code:
cat command_output.txt | perl -ne "exit 1 if ( /keyword1/ || /directory/keyword2/ || /XXXXXXXXXXXXXXXXX/ );" ; echo $?

---------- Post updated at 04:13 AM ---------- Previous update was at 03:48 AM ----------

Basically I want my script to look something like this:

Code:
external command | awk 'parse output for keywords'
if matches found
then
     print matched lines
     exit 1
else
     echo "no matches found"
fi

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Interesting awk/Perl/sed parsing challenge

I have a log with entries like: out/target/product/imx53_smd/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/bindings/V8HTMLVideoElement.cpp : target thumb C++: libwebcore <=... (8 Replies)
Discussion started by: glev2005
8 Replies

2. UNIX for Advanced & Expert Users

Parsing through a file with awk/sed

I don't necessary have a problem, as I have a solution. It is just that there may be a better solution. GOAL: Part one: Parse data from a file using the "\" as a delimiter and extracting only the last delimiter. Part two: Parse same file and extract everything but the last delimited item. ... (8 Replies)
Discussion started by: OrangeYaGlad
8 Replies

3. Shell Programming and Scripting

Parsing with awk or sed

I want to delete corrupt records from a file through awk or sed. Can anyone help me with this Thanks Striker Change subject to a descriptive one, ty. (1 Reply)
Discussion started by: Rahul_us
1 Replies

4. Shell Programming and Scripting

Another parsing line awk or sed problem

Hi, After looking on different forums, I'm still in trouble to parse a parameters line received in KSH. $* is equal to "/AAA:111 /BBB:222 /CCC:333 /DDD:444" I would like to parse it and be able to access anyone from his name in my KSH after. like echo myArray => display 111 ... (1 Reply)
Discussion started by: RickTrader
1 Replies

5. Shell Programming and Scripting

Line Parsing using sed and awk

Hi Guys, I need help with processing data in a file, line by line. My file test.txt has X_Building_X5946/X0 BUT/U_msp/RdBuMon_d2_B_00 BUT/U_msp/FfRmDaMix_d2_Pi3 Test_Long xp=849.416 yp=245.82 xn=849.488 yn=245.82 w=0.476 l=0.072 fault_layer="Al_T01_Mod" $ $X=849416 $Y=245582... (2 Replies)
Discussion started by: naveen@
2 Replies

6. Shell Programming and Scripting

String parsing with awk/sed/?

If I have a string that has some name followed by an ID#(ex.B123456) followed by some more #'s and/or letters, would it be possible to just grab the ID portion of this string? If so how? I am pretty new with these text tools so any help is appreciated. Example: "Name_One-B123456A-12348A" (2 Replies)
Discussion started by: airon23bball
2 Replies

7. Shell Programming and Scripting

awk/sed for parsing file

Hi All, I have a log file like this E Mon Oct 06 00:17:08 2008 xxx2 cm:10614 fm_pi2_svc_iptv_purchase.c:149 1:pin_deferred_act:10601:11:169:1223245028:16 pi2_op_svc_iptv_purchase error <location=PIN_ERRLOC_FM:5 class=PIN_ERRCLASS_SYSTEM_DETERMINATE:1... (10 Replies)
Discussion started by: subin_bala
10 Replies

8. Shell Programming and Scripting

Parsing a file (sed/awk?)

Hello people, newbie question. I'm trying to parse these type of file 1 "CAR " " C1 " " " 6 0 C1 2 "CAR " " O1A" " " 8 0 O1A 3 "CAR " " O1B" " " 8 -1 O1B 4 "CAR " " C2 " " " 6 0 C2 5 "CAR " " C3 " " " 6 ... (10 Replies)
Discussion started by: aristegui
10 Replies

9. Shell Programming and Scripting

parsing xml with awk/sed

Hi people!, I need extract from the file (test-file.txt) the values between <context> and </context> tag's , the total are 7 lines,but i can only get 5 or 2 lines!!:confused: Please look my code: #awk '/context/{flag=1} /\/context/{flag=0} !/context/{ if (flag==1) p rint $0; }'... (3 Replies)
Discussion started by: ricgamch
3 Replies

10. Shell Programming and Scripting

awk sed parsing

hi , i would like to parse some file with the fallowing data : data data data "unwanted data" data data "unwanted data" data data data data #unwanted data. what i want it to have any coments between "" and after # to be erased using awk or/and sed. has anyone an idea? thanks. (3 Replies)
Discussion started by: Darsh
3 Replies
Login or Register to Ask a Question