uhi8u
This commit is contained in:
parent
df7deeb0f7
commit
27fccf54c8
@ -17,5 +17,6 @@ calc(){ awk "BEGIN { print "$*" }"; }
|
|||||||
all_lines=$( wc -l < werAll.txt )
|
all_lines=$( wc -l < werAll.txt )
|
||||||
lines_with_0=$( grep -c '^0$' werAll.txt )
|
lines_with_0=$( grep -c '^0$' werAll.txt )
|
||||||
calc $lines_with_0/$all_lines >> srr.txt
|
calc $lines_with_0/$all_lines >> srr.txt
|
||||||
|
|
||||||
tail -n50 wer.txt | sponge wer.txt
|
tail -n50 wer.txt | sponge wer.txt
|
||||||
tail -n50 srr.txt | sponge srr.txt
|
tail -n50 srr.txt | sponge srr.txt
|
Loading…
Reference in New Issue
Block a user