This commit is contained in:
Ufnow 2020-04-22 01:56:52 +02:00
parent df7deeb0f7
commit 27fccf54c8

View File

@ -17,5 +17,6 @@ calc(){ awk "BEGIN { print "$*" }"; }
all_lines=$( wc -l < werAll.txt )
lines_with_0=$( grep -c '^0$' werAll.txt )
calc $lines_with_0/$all_lines >> srr.txt
tail -n50 wer.txt | sponge wer.txt
tail -n50 srr.txt | sponge srr.txt