how to find largest file?
Answer Posted / viswa
To find largest file in a particular dir:-
ls -lS //Gives the asceding order of files in terms of size.
ls -lS | head //Give the top 10 largest files in a dir
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Using unix command how to display no of records in oracle?
What is the first character of the output in ls l 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 in grep command?
What is a command and examples?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is ctrl d?
What does pipe () return?
What is pipe command in unix?
Is grep faster than awk?
Which command should you use to find the remaining disk space in unix server?
How do I open a port?
Give the command for finding the current date.
What does grep v do?
What are some command words?