How can we get the size of directory, displaying only a total for each one?
- *Unix: utilize este comando:
- *Unix: you can do this command:
| du -hs * |
|---|
Idenfiticar qual diretório com maior tamanho:
To identify which directory is greater:
| du -hs * | sort -hr |
|---|
Nice work, Bruno! Posting here often will help a lot :)
ResponderExcluir