I use Ubuntu 9.04 and I would like to know how to display how much space is taken up by all the contents held recursively in one directory using a Linux terminal?
Should I use ls -l along with some other options?
|
I use Ubuntu 9.04 and I would like to know how to display how much space is taken up by all the contents held recursively in one directory using a Linux terminal? Should I use | ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You can use the following:
Where:
| |||||||||||
feedback
|