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
What is the command to find maximum memory taking process on the server?
Is ‘du’ a command? If so, what is its use?
Explain command to view process running?
What is .sh file?
Which command should you use to find the remaining disk space in unix server?
What is the comma to display different lines that are found when compare two files?
Write a command that will display files in the current directory, in a colored, long format.
What is the behavioural difference between cmp and diff commands?
Explain command to show the space allocation of files?
What are some command words?
What is the use of find command in unix?
What does the metacharacter mean?
Name the various commands that are used for the user information in unix.
What do know about tee command and its usage?
What is a command and examples?