Is there any command that could show me the size of several folders in linux, perhaps ranked from biggest to smallest?
|
feedback
|
|
As the other have said,
This will give you the size in megabytes of the directories contained in
| |||
|
feedback
|
|
Or you can pass:
The difference between the first and the second is that the sencond will pick all the files and dirs in the current directory and the first just the dirs you passed. | |||||||
feedback
|
