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
How do I use grep to search for a file?
Differentiate cat command from more command.
Why is grep called grep?
What does the command ' $who | sort –logfile > newfile' do?
Explain ‘system calls’ with respect to unix commands?
What's a command word?
What is the use of sed command in unix?
What are the unix commands?
What does the md command do?
How do you repeat a command in terminal?
What is command statement?
What is updatedb?
How does pipe () work?
Which command should you use to find the remaining disk space in unix server?
What is the pipe command?