Ubuntu Linux has a rich set of commands for manipulating and accessing files. The du utility gives information on disk usage, and the sort utility can sort the results. Finally, we can run those results through the head command, which gives you the top 10 lines outputted through any other command. We’ll chain the commands together to get the output that we want.
First we’ll use the du -sm command to give the results in MB:
$ du -sm *
1 wp-config-sample.php
1 wp-config.php
14 wp-content
1 wp-feed.php
—- trimmed —
Now we can see that the results aren’t sorted, so we’ll sort them by the sort -nr command, which sorts by numerical value in reverse. Finally, we’ll run the results through head -10 to get the top 10 results:
This is the command we are going to run:
du -sm * | sort -nr | head -10
Here’s an example of the output:
$ du -sm * | sort -nr | head -10
14 wp-content
2 wp-includes
1 xmlrpc.php
1 xml.php
1 x.php
1 wp-trackback.php
1 wp-settings.php
1 wp-rss2.php
1 wp-rss.php
1 wp-register.php
Useful stuff.
- › List the 10 Largest Files or Directories on Linux
- › The Meta Quest 2 Is Returning to Its Original Price
- › The Meta Quest 3 Will Have a 2x GPU Boost and a Price Hike
- › Which Browser Offers the Best Privacy Protection?
- › Jam Outdoors With This Harman Portable Speaker, Now $199.99
- › Dark Mode Is Coming to Windows Paint
- › Clean Without Compromise and Save on the Roborock S7 Max Ultra