Search Results

Search: Posts Made By: RudiC
1,543
Posted By RudiC
Wasn't too clear in the spec. Try awk -F, ' RES...
Wasn't too clear in the spec. Try awk -F, '
RES ~ "^" $1 FS {X=$1
sub (X FS, "")
RES=RES FS $0
next
}
{if (NR...
1,543
Posted By RudiC
If you need to stick to the sequence of...
If you need to stick to the sequence of occurrences of values in column 1, tryawk -F, '
$1 in RES {X=$1
sub (X FS, "")
RES[X]=RES[X] FS $0
...
Showing results 1 to 2 of 2

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