3 lines
54 B

  1. #!/bin/bash
  2. df -h / | tail -n 1 | awk '{ print $4 }'