LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   top files and dir (https://www.linuxquestions.org/questions/linux-software-2/top-files-and-dir-795273/)

rehan999 03-14-2010 03:37 AM

top files and dir
 
Greetings

Can any one please provide me the command to display top 10 files and top 10 directories on a linux system.

regards

blacky_5251 03-14-2010 03:42 AM

Based on what criteria? Size, number of times accessed, last 10 accessed? Sorry, but my Jedi mind-control has failed me.

rehan999 03-14-2010 05:54 AM

Sorry....Top 10 files and directories in size.

blacky_5251 03-14-2010 06:07 AM

I'm not aware of any single command to do that, so if I was doing it I would build a list, sort it in reverse order, and pass it through "head -10" to get the top 10.

Are you after two lists? One for files and one for directories?

chrism01 03-15-2010 12:20 AM

Show us what you've tried so far


All times are GMT -5. The time now is 05:14 AM.