Search Results

Search: Posts Made By: RudiC
3,064
Posted By RudiC
What if a value falls into the gap between e.g. 0...
What if a value falls into the gap between e.g. 0 and 0.01? This is not covered here. Make sure none of your values fall into those gaps. Try this
$ awk -v"MIN=0" -v"MAX=20" '
BEGIN {delta =...
3,064
Posted By RudiC
Just run the for loop up to MXBCK in lieu of...
Just run the for loop up to MXBCK in lieu of numBuckets (whose final value you ignore, BTW, running the loop with < instead of <=)


Where did your request for a MIN value disappear that you...
Showing results 1 to 2 of 2

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