3 lines
62 B

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