what is the command for finding the higest memory occupied
file in linux?
Answer Posted / venkat
find -name "*" -size +<size in k>
for example :
find -name "*" -size +10000k
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is parallel ssh?
How do you ask politely?
What is the difference between command ‘ping’ and ‘ping6’?
Explain about the command elm?
In order to display the last five commands you have entered using the fc command, you would type?
How do I open a text file in cmd?
What does mkdir mean in linux?
What does touch do in linux?
How does diff command work?
What is ls command and what it does?
What is Syntax of any Linux command?
Why echo is used in linux?
What could be the problem when a command that was issued gave a different result from the last time it was used?
What is the purpose output of cd command?
What are system commands?