Re-use AWK components
[khatus.git] / src / awk / exe / parse_sys_block_stat.awk
... / ...
CommitLineData
1{
2 print("sectors_read" , $3)
3 print("sectors_written", $7)
4}
This page took 0.025667 seconds and 4 git commands to generate.