I'm trying to run du -ch
on multiple directories, but I only apart it only shows the total size of all files (I don't want each individual file, then the total at the end which is what -c
does).
Asked
Active
Viewed 2,407 times
2 Answers
4
To resolve this issue, run the following command as parameter passing directories.
du -hs

Roknauta
- 178
- 10