how to find largest file?
Answers were Sorted based on User's Feedback
Answer / padma
'Top' command can be used to display all the memory size of cpu used.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / biplab pramanik
It will print first 10 largest files.
$ du -a/var | sort -n -r | head -n 10
| Is This Answer Correct ? | 11 Yes | 14 No |
Answer / rk
Right click---->Arrange Icons By-----> Size---->The last
file in the folder will be the largest..
| Is This Answer Correct ? | 1 Yes | 5 No |
What is the use of sed command in unix?
What does pipe () return?
What does 'mkdir' command do in UNIX?
what is telnet?
What is Unix, and how does it differ from other operating systems?
How can we use grep command in unix?
what is difference between unix and linux?
what is kernel?
Which command is used to create a directory?
What is the use of pipes?
What is awk used for?
What is grep command in unix with examples?