#!/bin/bash echo "$(df -h /home|awk '{print $3}'|tail -1|sed 's/G//g') GiB/$(df -h /home|awk '{print $2}'|tail -1|sed 's/G//g') GiB"