awk '/MemFree/ { printf "%.3f \n", $2/1024/1024 }' /proc/meminfo
For further actions, you may consider blocking this person and/or reporting abuse
awk '/MemFree/ { printf "%.3f \n", $2/1024/1024 }' /proc/meminfo
For further actions, you may consider blocking this person and/or reporting abuse
Axel -
thinkThroo -
Ambassador -
Taka Saito -
Top comments (0)