zadanie3 test31
This commit is contained in:
parent
08e6b98fc8
commit
848705b4f0
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cat output.txt | awk '{print (($7 + $8 + $9)/($7 + $8 + $6))*100;}' > clear.txt
|
cat output.txt | awk '{print (($7 + $8 + $9)/($7 + $8 + $6))*100;}' > clear.txt
|
||||||
paste -d 'tab' wikiniews_results.tsv clear.txt > wikiniews_results.tsv
|
paste -d ' ' wikiniews_results.tsv clear.txt > wikiniews_results.tsv
|
||||||
|
|
||||||
avg=$(numaverage clear.txt)
|
avg=$(numaverage clear.txt)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user