Linux – sort output of dh -h command Posted by Ray Fox 0 df -h | grep -v ^none | ( read header ; echo “$header” ; sort -rn -k 5)