Search Results

Search: Posts Made By: baladelaware73
2,215
Posted By Yoda
Please use code tags for posting code fragments...
Please use code tags for posting code fragments or data samples.

Here is an awk approach:
awk '
{
for ( i = 1; i <= NF; i += 2 )
A[$i] += $( i +...
Showing results 1 to 1 of 1

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