Results 1 to 1 of 1
Hi,
I'm totaly newbie in the world of bash scripting, so here goes the question...
How to make this another way?
free -m | awk -F" " '{print $2}' | ...
- 06-06-2011 #1
BASIC - Another way to get the system total memory
Hi,
I'm totaly newbie in the world of bash scripting, so here goes the question...
How to make this another way?
free -m | awk -F" " '{print $2}' | head -n2 | tail -n1Last edited by playerum; 06-06-2011 at 06:54 PM.


Reply With Quote