2 lines
63 B
Plaintext
Raw Normal View History

2019-09-26 11:23:40 +02:00
free -m | grep Mem | awk {'printf( "%.1f %", $3 / $2 * 100 )'}