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