This is a discussion on Find the top 5 big file within the Linux forums, part of the Operating Systems category; The following command will display the top 5 largest file in the current directory and it’s subdirectory. This may take ...
| |||||||
| | #1 |
| Junior Member Join Date: Jul 2009
Posts: 16
Rep Power: 1 | The following command will display the top 5 largest file in the current directory and it’s subdirectory. This may take a while to execute depending on the total number of files the command has to process. # find . -type f -exec ls -s {} \; | sort -n -r | head -5 |
| | |
| | #2 |
| Junior Member Join Date: Oct 2009
Posts: 22
Rep Power: 1 | great ! have you tried this command?how many seconds that it will recover those files? well i guess i had to try this command to find out myself..thanks..its an added knowledge on my part |
| | |
| | #3 |
| Junior Member | Thanks for the good command. This one is very helpful. |
| | |
| Tags |
| big, file, find, top |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Find the top 5 small file | vasudha | Linux | 0 | 07-17-09 12:28 PM |
| Remove big archive file using find command | vasudha | Linux | 0 | 07-17-09 12:21 PM |
| Pls help me, find what's my SNR value | jon08 | BSNL broadband | 11 | 02-01-09 10:12 PM |
| Deleted a file? Find in black market | Rameshjeee | News from the Tech and IT World | 0 | 11-06-08 11:31 PM |
| Help Me Find a ......... | tiku009900 | Airtel Broadband | 3 | 01-30-08 01:37 PM |