du - Disk Usage for only files and NOT directories.
Hello,
Could any one help me how to find the Disk Usage for all the files in the running directory and the sub directories without the disk usage of the directory. I mean to say, i need only the file names without the size of the directories.
See, i used this command
du -a .|sort -nr|more
here i'm getting even the size of directories. I need only the files in each directory. Could you help me please. Thanks in advance.
Note: I'm using MP-RAS and i find du -l doesn't work out.
------------------------------------
Like to add some more..
I found that ls -lu gives the files in the order that they were accessed (even if it is read and not modified). I'm trying to find some command or simple logic where i can filter the filenames that are large in size and NOT accessed for a longer duration of time.
Even a discussion or clue will also be appreciated. (but it should be genuine please).
Thanks a lot.
Last edited by RRVARMA; 07-01-2009 at 05:13 AM..
Reason: Adding some more information.
|