Search Results

Search: Posts Made By: sivarajb
3,114
Posted By sivarajb
Yes rudic.. You are correct.. I want to print...
Yes rudic..
You are correct.. I want to print first column from file 2 and some columns from file 1 when it matches...please help.
3,114
Posted By sivarajb
Thank you all for your valuable suggestions.....
Thank you all for your valuable suggestions.. Some how the issue got resolved except the below one..

Now I need to print first column from file 2 and columns 1,2,4 from file 1 when ever I grt a...
3,114
Posted By sivarajb
Hi RudiC, The code which you gave is worked for...
Hi RudiC, The code which you gave is worked for my case. Thank U.
however i need to impelement the if as i mentioend in earlier post.

if ( ( $2 ~ x[1] ) and ( $5 ~ x[2] ) ) or ( ( $2 ~ x[2] )...
3,114
Posted By sivarajb
Thank you rudiC and Aksay for such a quick...
Thank you rudiC and Aksay for such a quick reply..
Yes, the files are case sensitive and I did a typo mistake..

Now the actual issue over here is file 1 will have 20 million records and file 2...
1,064
Posted By sivarajb
Need urgent help in comparing two fields in two files
Hi all,

I have two files as below. I need to compare field 2 of file 1 against field 1 of file 2 and field 5 of file 1 against filed 2 of file 2. If both matches , then create a result file 1...
3,114
Posted By sivarajb
Need help in comparing multiple columns from two files.
Hi all,

I have two files as below. I need to compare field 2 of file 1 against field 1 of file 2 and field 5 of file 1 against filed 2 of file 2. If both matches , then create a result file 1...
9,831
Posted By sivarajb
3,188
Posted By sivarajb
U r welcome Thanks SivarajB
U r welcome

Thanks
SivarajB
3,188
Posted By sivarajb
HI, Try this code: cat cdr.txt | awk...
HI,
Try this code:
cat cdr.txt | awk '{len=length($0);if(substr($0,1,3)=="CDR"){print $1}else{print substr($0,40,len)}}' | tr -s ' ' | sed -e 's/^ //g' | grep -v "^$" | awk '{if($0=="CDR"){printf...
15,178
Posted By sivarajb
Good Explanation Thanks friend
Good Explanation

Thanks friend
6,693
Posted By sivarajb
hey thanks is there any other option to...
hey thanks

is there any other option to "scp - "something" to avoid the file overwriting

Thanks
sivaraj B
6,693
Posted By sivarajb
copy files using scp without overwriting
Hi,

i need to use "scp" to copy a file without overwriting the same in destinations.

any suggestion?

thanks
Sivaji
Showing results 1 to 12 of 12

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