Search Results

Search: Posts Made By: mrcool4
2,669
Posted By mrcool4
Delete rows based on array of strings
Hi All,

I have a file with around 1000 rows and one of the fields is an account number. I have been provided with a few account numbers, when any of the account number appears in a row then the...
2,134
Posted By mrcool4
Thanks Rudic. Got it. I have been trying to...
Thanks Rudic. Got it. I have been trying to understand by simplifying the function and finally understood by trying with a few examples.
2,134
Posted By mrcool4
Awk: split and gensub query
Hi All,

Thanks for answering my previous question. Could you please explain the highlighted code?

awk -v pos='9 27 39 54 59 64 71 78 83 103 108' 'BEGIN{split(pos,var)} {for (i in var)...
1
awk
330
Posted By mrcool4
awk
Hi Gurus,

I have mostly understood the code and tweaked according to my needs. I didn't understand the use of '1' in the below code. I tried to remove it but I don't get any output once I remove...
Showing results 1 to 4 of 4

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