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 behavioural difference between cmp and diff commands?
How to use grep command to list find the records of a file containing 10 different strings?
How do I find previous commands in unix?
hw will u use awk in replacing cahrs and files
What is the use of tee command?
What does grep v do?
How do I run a whois command?
What does the command ' $who | sort –logfile > newfile' do?
What is the use of sed command in unix?
How do you grep recursively?
What is the command to view process running?
How does the system know where one command ends and another begins?
What is grep and how do you use it?
What is command substitution?
Can you enlist some commonly used network commands?