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 does df command do in linux?
How compile c++ program in cmd?
How can we increase disk read performance in single command in Linux?
What is unix finger command?
Brief about the command kill PID?
Is cmake a compiler?
Who linux commands?
What is type command in linux?
what is the fastest way to enter a series of commands from the command-line in linux
What is cat command in linux?
What is the root directory linux?
What is parallel ssh?
What is the fastest way to enter a series of commands from the command-line?
What is the use of ls command?
How do I run a shell script?