Tag Archives: find

Linux – Finding the largest files in a directory tree

It’s not too hard to combine the sort command with find’s formatting options to locate the largest files in a directory hierarchy. As is so often the case though, one size does not fit all. Continue reading