Linux – sort output of dh -h command

df -h | grep -v ^none | ( read header ; echo “$header” ; sort -rn -k 5)

Leave a Reply

Your email address will not be published. Required fields are marked *