Search Results

Search: Posts Made By: guitarist684
2,438
Posted By MadeInGermany
There is lots of redundant information stored in...
There is lots of redundant information stored in memory, e.g FILENAME is stored very often.
I would go for the following, and adapt the END section accordingly:

{
for (i=1; i<=NF; i++)...
2,438
Posted By Corona688
awk arrays don't really work that way. awk...
awk arrays don't really work that way. awk arrays really aren't arrays at all -- a "2d array" is really just a 1d array with both indexes squashed together as a string.

So you certainly can't get...
Showing results 1 to 2 of 2

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