j
k
j a
j l
On Thu, Oct 08, 2020 at 12:31:34PM -0400, centos2@foxengines.net wrote:
find / -maxdepth 1 -xdev -type d | while read; do du -shx $d; done
If you want to use du to find sparse files, add --apparent-size.
Back to the thread
Back to the list