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 is the comma to display different lines that are found when compare two files?
What is the unix command to confirm a remote host is alive or not?
Who command in unix?
How to find $ai_serual resolved path by using unix
What will the following command do?
What is in grep command?
What does the command '$ls | wc –l > file1' do?
Which command is used to delete all files in the current directory and all its sub-directories?
What is s and g in sed command?
Differentiate cmp command from diff command.
Enumerate some of the most commonly used network commands in unix?
How to use grep command to list find the records of a file containing 10 different strings?
What is command substitution?
Is command prompt unix?
What is updatedb?