how to find largest file?
Answers were Sorted based on User's Feedback
Answer / padma
'Top' command can be used to display all the memory size of cpu used.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / biplab pramanik
It will print first 10 largest files.
$ du -a/var | sort -n -r | head -n 10
| Is This Answer Correct ? | 11 Yes | 14 No |
Answer / rk
Right click---->Arrange Icons By-----> Size---->The last
file in the folder will be the largest..
| Is This Answer Correct ? | 1 Yes | 5 No |
what is ls -ltd?
What is sed awk grep?
can we use cat command as an editor ..???
Give Command that will move a single file called "unix.txt"
How does the user view the contents of a text file in UNIX?
Which command is used to restrict incoming messages?
what is the cmd to display the last exit status in UNIX?
How many bits use for MAC address?
What is the command to find hidden files in the current directory?
Describe the usage and functionality of the command rm –r * in unix?
How do you find out all processes that are currently running in UNIX OS?
what is the difference between relative path and absolute path?