-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
same argument for o1 and o2 #1
Comments
Do you have a proposed fix? Otherwise I might just delete the script instead (since I don't use it, only kept it for compat with Larry's version). |
I do not have any proposed fix right now. But I am trying to find some solution . I have forked your repo . So you can delete the file. |
I'll await your pull request then, or any further comments here before I do anything. |
Your welcome 👍 |
No action for 1½ years, closing ... |
In rate.awk
FNR
is used to read only one record.o1
ando2
has same argument$5
.For same record argument will be the same .slop is using calculationo1
subtracting fromo2
.It will be always zero.The text was updated successfully, but these errors were encountered: