2 lines
63 B
Plaintext
2 lines
63 B
Plaintext
|
free -m | grep Mem | awk {'printf( "%.1f %", $3 / $2 * 100 )'}
|