diff --git a/count2.sh b/count2.sh index 3fdd31c..dd7cff6 100755 --- a/count2.sh +++ b/count2.sh @@ -1,6 +1,6 @@ #!/bin/bash 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)