how to find largest file?
Answer Posted / 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 |
Post New Answer View All Answers
Which command is used to kill the last background job?
What command is used to switching between users in unix?
Name the general commands in using unix os for a beginner?
Can you enlist some commonly used network commands?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What do chown command do?
What are reported commands?
How do you grep a case insensitive?
What is the functionality of a top command?
What is the command to compare two files in unix?
What does awk stand for?
Who invented grep?
What is the difference between awk and grep?
Explain command to show the space allocation of files?
How to use grep command to list find the records of a file containing 10 different strings?