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
What are awk commands?
What is difference between grep and find command in unix?
What happens when we execute a unix command?
How do I delete files from command prompt?
What is the unix command to confirm a remote host is alive or not?
Which command is used to kill the last background job?
What are file commands?
What do chmod, chown, chgrp commands do?
How to display no of records in oracle using unix command?
Why is it called grep?
Differentiate cat command from more command.
Name the unix command to find how many days the server has been up.
hw will u use awk in replacing cahrs and files
What is ctrl d?
How do I use grep to search for a file?