LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   plz help in merging files (https://www.linuxquestions.org/questions/linux-newbie-8/plz-help-in-merging-files-630833/)

PKrishna 03-26-2008 01:59 PM

plz help in merging files
 
Hi I am new to scripting!
Please help me achieve the following.
i have 2 files, inventory and exception

contents of inventory
tokw01 10.15.12.1
lonw01 20.15.13.1
ausw01 30.15.16.1

contents of exception
10.15.12.1 CPU=90%
30.15.16.1 MEM=80%

file alarmed should&only have
tokw01 10.15.12.1 CPU=90%
ausw01 30.15.16.1 MEM=80%

thanks in advance!
-Prem

colucix 03-26-2008 03:26 PM

What have you tried so far? You can read the file inventory line by line, extract the second field and look for it in the file exception using grep.

matthewg42 03-26-2008 04:25 PM

Check out the join command.

PKrishna 03-27-2008 01:57 AM

join worked :) thanks a ton Matthew!


All times are GMT -5. The time now is 03:38 PM.