Largest files on a directory or partition

To see the 10 largest files on a directory or partition, use
# du /partition_or_directory_name | sort -rn | head
   – Dru genesis [at] istar [dot] ca

From the FreeBSD fortune file.

This entry was posted in Blog. Bookmark the permalink.

Comments are closed.