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
How do I run a whois command?
What is grep command in unix with examples?
What does sed command do in unix?
What command will change your prompt to myprompt?
How do I open a port?
What is the behavioural difference between cmp and diff commands?
Which command is used to create a directory?
What is the command to find hidden files in the current directory?
What is the nmap command?
What do know about tee command?
What does touch command do in unix?
Why is it called grep?
Explain mount and unmount command.
How to use grep command to list find the records of a file containing 10 different strings?
Why is awk called awk?