Search Results

Search: Posts Made By: bunti
1,194
Posted By bunti
If and else using awk
Hi

I want to apply some logic to below (FROM) output and get it to the desired output

FROM
cat jk3:

APP1 APP1
10 1366222 | 10 1366229
13 12559230 ...
5,452
Posted By bunti
Yes that was bizzare, whilst i could see the ^M...
Yes that was bizzare, whilst i could see the ^M characters, when i converted email output to HMTL it didnt complain about the ^M's at all and email output was clean
5,452
Posted By bunti
For anyone else with same issue, the following...
For anyone else with same issue, the following worked for me and was able to get what i needed

cat file | sed -e 's/\x1b\[70G//g' -e 's/\x1b\[1;32m//g' -e 's/\x1b\[0;39m//g' -e 's/\x1b\[1;33m//g'...
5,452
Posted By bunti
ESC[70G[ and ^M characters in text file
Hi,

I have a text file which when I do a 'cat' on it looks like below with the OK’s showing in green and any FAIL showing in red.

cat filename output:

===== MySQL Query Check =====
DB...
984
Posted By bunti
Thanks Corona688, Just so I understand this,...
Thanks Corona688,

Just so I understand this, what does the following do pls?

[ "${CLIENT:0:1}" = "#" ] && continue
[ "$PART" = "Y" ] || continue
984
Posted By bunti
Pairing up numbers
Hi,

Im trying to script the following logic but having some difficulties and wonder if you can help. Have tried to use "cut" to cut pairs but doesn't appear to do what i need when there are more...
Showing results 1 to 6 of 6

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