Search Results

Search: Posts Made By: bjdamon
1,533
Posted By Corona688
sed is still not required... while read LINE...
sed is still not required...

while read LINE
do
cat <<EOF
$LINE
send_notification: F \n
notification_msg: "Process Has Failed "\n
notification_emailaddress: 720394@tmomail.net
EOF
done <...
11,456
Posted By Corona688
It works fine here: $ awk -f warnlog.awk...
It works fine here:

$ awk -f warnlog.awk REGEX="FAILED" - <<EOF
CAUAJM_I_50322 Checking Syntax for Inserting/Updating job: q_pm_d_bifind_curr_n2
CAUAJM_E_50442 Invalid attribute value for...
3,258
Posted By Shell_Life
If you want unique records from the second file...
If you want unique records from the second file that are not in the reference file:
egrep -v -f Reference_File Second_File | sort -u
Showing results 1 to 3 of 3

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