MethodMan1972
IS-IT--Management
Hi All, a while back, I used a command to show me the filesystem tree, and which files under the location were using the most disk space. It was something like...
ls -l | du -sk | sort
Well along those lines anyways...
and the output was something like..
/var/bigfile1 <big number>
/var/bigfile2 <not as big number>
etc...
Can anyone provide the correct command and parameters please?
Many thanks
ls -l | du -sk | sort
Well along those lines anyways...
and the output was something like..
/var/bigfile1 <big number>
/var/bigfile2 <not as big number>
etc...
Can anyone provide the correct command and parameters please?
Many thanks