Search Results

Search: Posts Made By: anandek
2,595
Posted By anandek
Hi bakunin, Thanks for your reply, It is...
Hi bakunin,

Thanks for your reply,
It is not like reading from a file ("cat Rewards_Siebel") and write to it ("> Rewards_Siebel") at the same time.

We have three different files...
2,595
Posted By anandek
How to check if the merge of two files is successful?
Hi All,

I have a requirement to check if the merge of files is successful or not. The script to merge files goes like this,

cat Rewards_Header Rewards_Siebel_Notif_temp...
778
Posted By anandek
Need to limit the status printed
Hi,

I have the data set as below,
0221500612134|Nutro 30-35 lb. Dry Dg 3 of 10 08/29/13~
0221503074850|Nutro 30-35 lb. Dry Dg 1 of 10 09/23/13~
0221503499660|Blue Buff 24-30lb Dog F 1 of 10...
5,468
Posted By anandek
It works fine. Thanks a lot!!!!!!!!!!!!!!!!1
It works fine.
Thanks a lot!!!!!!!!!!!!!!!!1
5,468
Posted By anandek
To find difference between two files on a whole
Hi,

The requirement is to compare two files that has single column of records each. Comparison is to happen on a whole and not line by line.

File1.txt

314589929
315611087
304924413...
1,542
Posted By anandek
Hi Everyone, Many thanks for all your...
Hi Everyone,

Many thanks for all your suggestions.
Infact each one of the solution worked absolutely worked fine.
Thanks once again for your timely help.

Regards,
Anand.
1,542
Posted By anandek
Search for a particular field length and append '0' if less less than 10
Hi,

I am new to Unix. Please help me in finding solution for the below scenario.

I have a flat file that contains data like
...
7,007
Posted By anandek
Hi Scrutinizer, Many thanks for your...
Hi Scrutinizer,

Many thanks for your help!!!!!!!!
It works absolutely fine.
awk -F~ 'NR==FNR{A[$1];next}$1 in A' file1.txt SBL_LOYALTY_SALE_TXNS*.txt

It would be very helpful if you could...
7,007
Posted By anandek
Hi, this is fine if we are comparing only...
Hi,

this is fine if we are comparing only two files.

But the requirement is to compare the first file with all the files in a directory.All those files in the directory will have records...
7,007
Posted By anandek
sample records in file1.txt ...
sample records in file1.txt

271:13-APR-12:1:6189:1
1183:13-APR-12:1:6689:1
1183:13-APR-12:2:8993:10
1183:13-APR-12:2:8993:11
1183:13-APR-12:2:8993:12

sample records from files in...
7,007
Posted By anandek
Hi guruprasad, Many thanks for the reply. ...
Hi guruprasad,

Many thanks for the reply.

The requirement is to compare the first column, not first line of all the records in the first file(Txn_queued.txt) with the first column of the...
7,007
Posted By anandek
awk command to compare a file with set of files in a directory using 'awk'
Hi,

I have a situation to compare one file, say file1.txt with a set of files in directory.The directory contains more than 100 files.

To be more precise, the requirement is to compare the...
Showing results 1 to 12 of 12

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