On Mon, 27 Jan 2020 18:29:39 -0500, Daniel Jakots wrote: > Can't you achieve what you want with `du -sh * | sort -h`? du(1)'s -h > options will automatically select the best suffix and sort(1)'s -h > will sort first using the suffix then the numerical value.
Yes, I forgot about "sort -h". Old habits die hard :-) - todd
