452f44d3fc943c34ece408651485f32b6e446e6b
[khatus.git] / bin / khatus_parse_free
1 #! /usr/bin/awk -f
2
3 BEGIN {
4 OFS = msg_fs ? msg_fs : "|"
5 Kfs = key_fs ? key_fs : ":"
6 }
7
8 $1 == "Mem:" {
9 print("total", $2)
10 print("used" , $3)
11 }
This page took 0.036829 seconds and 3 git commands to generate.