how to find largest file?
Answer Posted / yankee
In the Directry Give....
ls -ls|sort -nr|head -1
that gives the largest file statistics...
| Is This Answer Correct ? | 50 Yes | 6 No |
Post New Answer View All Answers
What are the general commands in using unix os for a beginner?
What is the difference between cat command and more command?
What does the “echo” command do?
How can we use grep command in unix?
Using unix command how to display no of records in oracle?
What does the metacharacter mean?
Differentiate cmp command from diff command.
Explain ‘system calls’ with respect to unix commands?
What is the functionality of a top command?
Is ‘du’ a command? If so, what is its use?
Explain command to view process running?
What is the command to compare two files in unix?
What is the use of the command 'ls -x chapter[1-5]' ?
What is grep and how do you use it?
How do I run a bash script?