Linux File Size
ls | xargs du -hs
allows you to progressively navigate through the Linux file system to work out where the large files are.
ls | xargs du -hs
allows you to progressively navigate through the Linux file system to work out where the large files are.