#!/bin/sh
#CCCP script by hampa@chello.se
#Will sort hublist by size
hublist | awk -F\| '{print $4,$2,$1}' | sort -g
