Get the Top 10 Files or Directories on Ubuntu Linux Get Top 10 datoteke ali mape na Ubuntu Linux
Ubuntu Linux has a rich set of commands for manipulating and accessing files. Ubuntu Linux je bogat nabor ukazov za spreminjanje in dostop do datotek. The du utility gives information on disk usage, and the sort utility can sort the results. Uporabnost du daje informacije o uporabi diska, in razvrščanje uporabnost lahko razvrstite rezultatov. Finally, we can run those results through the head command, which gives you the top 10 lines outputted through any other command. Končno lahko te rezultate teči skozi glavo ukaz, ki vam daje top 10 vrstic outputted prek katerega koli drugega ukaza. We'll chain the commands together to get the output that we want. Mi bomo verige ukaze skupaj, da dobite rezultat, ki si želimo.
First we'll use the du -sm command to give the results in MB: Najprej bomo uporabili du-sm ukaz, da rezultate v MB:
$ du -sm * $ Du-sm *
1 wp-config-sample.php 1 wp-config-sample.php
1 wp-config.php 1 wp-config.php
14 wp-content 14 wp-vsebine
1 wp-feed.php 1 wp-feed.php
—- trimmed — - Obrezani --
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. Sedaj lahko vidimo, da se rezultati niso razvrščeni, tako da bomo razvrstite jih razvrstite-nr ukaz, ki razvrsti po številčna vrednost v obratnem. Finally, we'll run the results through head -10 to get the top 10 results: Na koncu bomo teči rezultatih prek glave -10 priti top 10 rezultati:
This is the command we are going to run: To je ukaz bomo teči:
du -sm * | sort -nr | head -10 du-sm * | sort-nr | glava -10
Here's an example of the output: Tukaj je primer proizvodnje:
$ du -sm * | sort -nr | head -10 $ Du-sm * | sort-nr | glava -10
14 wp-content 14 wp-vsebine
2 wp-includes 2 wp-vključuje
1 xmlrpc.php 1 xmlrpc.php
1 xml.php 1 xml.php
1 x.php 1 x.php
1 wp-trackback.php 1 wp-trackback.php
1 wp-settings.php 1 wp-settings.php
1 wp-rss2.php 1 wp-rss2.php
1 wp-rss.php 1 wp-rss.php
1 wp-register.php 1 wp-register.php
Useful stuff. Uporabne stvari.

Daily Email Updates Dnevni Email Updates
You can get our how-to articles in your inbox each day for free. Lahko dobite našo kako do člankov v vašo mapo »Prejeto vsak dan brezplačno. Just enter your name and email below: Preprosto vpišite vaše ime in e-pošto spodaj:



The site looks great ! Stran izgleda super! Thanks for all your help ( past, present and future !) Hvala za vašo pomoč (preteklost, sedanjost in prihodnost!)
hi nice site. hi nice site.
Nise site! Nise site!