3 lines
70 B
Bash
3 lines
70 B
Bash
|
head -n 11 result.txt | tail -n 1 | awk '{print 100-$12;}' > srr.txt
|
||
|
|