Note the meaning of version numbers
[khatus.git] / x2 / src / awk / exe / parse_free.awk
1 $1 == "Mem:" {
2 print("total", $2)
3 print("used" , $3)
4 }
This page took 0.040999 seconds and 4 git commands to generate.