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 clustering in HP and how it's work?
How to find $ai_serual resolved path by using unix
why unix operating system provides more security than other operating systems?
What is the Unix file system hierarchy?
their is a file1,file2 and i want to append file1 data to file2?
How do I run a whois command?
The rm command removes links to file. What does this mean? How then is a file deleted from the file system?
what is the difference between pipe(|) and tee command..
What is the search command in unix?
How to see unused port number in Solaris?
What is the functionality of a top command?
What command a user use to view a long text file one page at a time in UNIX?