3 lines
62 B

#!/bin/bash
free -h | awk '/^Mem/ { print $3 }' | sed s/i//g