Search Results

Search: Posts Made By: kiranmosarla
1,963
Posted By kiranmosarla
awk scripting
[CODE]BEGIN{
FS="|"
while((getline line < analyzer ) > 0 ){
split( line,analyzerInfo,"|")
domainName =analyzerInfo[1]
domainPurpose=analyzerInfo[3]
...
1,521
Posted By kiranmosarla
awk scrpting
Hi

I have 2 files of large size( 10 Miilions) , i want to join 2 files based on some condition .
for this taking lot of time and 100 cpu .i want to iterate the based on some value (like 1 lakh)...
1,963
Posted By kiranmosarla
awk scripting
Hi

I have 2 files of large size( 10 Miilions) , i want to join 2 files based on some condition .
for this taking lot of time and 100 cpu .i want to iterate the based on some value (like 1 lakh)...
5,809
Posted By kiranmosarla
tks
tks for quick reply
5,809
Posted By kiranmosarla
awk script to remove duplicate rows in line
i have the long file more than one ns and www and mx in the line like .
i need the first ns record and first www and first mx from line .
the records are seperated with tthe ; i am try ing in awk...
Showing results 1 to 5 of 5

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