Search Results

Search: Posts Made By: Corona688
3,578
Posted By Corona688
A simple 'yes' pages ago would have been...
A simple 'yes' pages ago would have been sufficient since my original guess, by pure luck, turned out to be correct.

Thank you.
3,578
Posted By Corona688
Fix for the code which probably doesn't do what...
Fix for the code which probably doesn't do what you want: awk -F"," -v OFS="\t" '{
L=$10
N=substr(L, 1, 1)+1;
$0=substr($1, 4, 2) "/" substr($1, 1,...
3,578
Posted By Corona688
You haven't answered my question. What relation...
You haven't answered my question. What relation does your input have with your output? Does the column it ends up in, depend on the first digit of the triplet? Yes? No? Maybe?

This might do...
3,578
Posted By Corona688
You haven't answered my question. What relation...
You haven't answered my question. What relation does your input have with your output? Does the column it ends up in, depend on the first digit of the triplet?

That is what I am assuming since...
3,578
Posted By Corona688
What relation does your output have to your input...
What relation does your output have to your input then? If your output doesn't match your input, we're only guessing.

My guess is, 122 would end up in the second column, 233 would be in the...
3,578
Posted By Corona688
Where do the 422, 231, 131 come from? They're...
Where do the 422, 231, 131 come from? They're not in your input data...

If I understand you correctly -- and I'm not sure I do, given that discrepancy -- you can use a trick to do what you want....
Showing results 1 to 6 of 6

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