zadanie3 test30
This commit is contained in:
parent
4dea00e6ab
commit
08e6b98fc8
@ -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 '\t' wikiniews_results.tsv clear.txt > wikiniews_results.tsv
|
paste -d 'tab' wikiniews_results.tsv clear.txt > wikiniews_results.tsv
|
||||||
|
|
||||||
avg=$(numaverage clear.txt)
|
avg=$(numaverage clear.txt)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user