Shift X2 status from legacy to archived
[khatus.git] / parse_free.awk
... / ...
CommitLineData
1$1 == "Mem:" {
2 print("total", $2)
3 print("used" , $3)
4}
This page took 0.036287 seconds and 5 git commands to generate.