du
Summarize disk usage of the set of FILEs, recursively for directories.

du
du
-h
–inodes
-h, –human-readable
–inodes, List inode usage instead of block.
du
–si
–exclude=PATTERN
-x
–si, Like -h, but use powers of 1000 not 1024.
–exclude=PATTERN, Exclude files that match PATTERN.
-x, –one-file-system, Skip directories on different file systems.
du
–time
–time=WORD
–time-style=STYLE
–time, Show time of the last modification of any file in the directory, or any of its subdirectories.
–time=WORD, Show time as Word instead of modification time: atime, access, use, ctime, status
–time-style=STYLE, Show times using STYLE, which can be: full-iso, long-iso, iso, or +FORMAT; FORMAT is interpreted like ‘date’.