how to find largest file?
Answer Posted / mayank
du / -ah |sort -nr |head -n 10
it will show the first 10 largest file in the system
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What difference between cmp and diff commands?
What will the following command do?
What is the size of time_t?
What are the dos commands?
Is it inbetween or in between?
Write a command to kill the last background job?
What do chmod command do?
What is the command to find maximum memory taking process on the server?
How can you see the command line history?
Why is it called a shebang?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Is command prompt unix?
What is a bash command?
Explain ‘library functions’ with respect to unix commands?
What is pipe command in unix?