how to find largest file?
Answer Posted / madhusudan choudhary
We can do this by
ls -lrt | sort +4nr -5 | head -1
or
du -s . | sort -nr | head -1
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Who wrote grep?
What is awk command used for?
Explain the steps that a shell follows while processing a command.
How does pipe () work?
Name the various commands that are used for the user information in unix.
Why is it called a shebang?
How to display no of records in oracle using unix command?
What are awk commands?
What is the general format of unix command syntax?
hw will u use awk in replacing cahrs and files
What is the function of grep command in unix?
What is “chmod” command?
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)?
What is the use of the command 'ls -x chapter[1-5]' ?
Why is grep called grep?