renamed ase to qse
This commit is contained in:
2
qse/cmd/awk/cou-023.awk
Normal file
2
qse/cmd/awk/cou-023.awk
Normal file
@ -0,0 +1,2 @@
|
||||
BEGIN { FS = OFS = "\t"; }
|
||||
{ $5 = 1000 * $3 / $2; print; }
|
Reference in New Issue
Block a user