Re-use AWK components
[khatus.git] / src / awk / exe / parse_free.awk
1 $1 == "Mem:" {
2 print("total", $2)
3 print("used" , $3)
4 }
This page took 0.074178 seconds and 5 git commands to generate.