how to find largest file?
Answer Posted / yankee
In the Directry Give....
ls -ls|sort -nr|head -1
that gives the largest file statistics...
| Is This Answer Correct ? | 50 Yes | 6 No |
Post New Answer View All Answers
Write a command that will display files in the current directory, in a colored, long format.
How to display no of records in oracle using unix command?
How do I search a whole word in vim?
What is .sh file?
What is the pipe command?
What is difference between grep and find command in unix?
What is the command to view process running?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What does the command ' $who | sort –logfile > newfile' do?
Who command in unix operating system?
Give the command for finding the current date.
What does pipe () return?
What is the nmap command?
What is the difference between cat and more command?
What is the command to compare two files in unix?