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
How do you grep recursively?
What difference between cmp and diff commands?
What is difference between grep and find command in unix?
What is grep command in unix with examples?
Using unix command how to display no of records in oracle?
What does pipe () return?
What is awk command used for?
What is the comma to display different lines that are found when compare two files?
Who invented grep?
What is “chmod” command?
Can you explain a little bit about command substitution?
What does grep v do?
How can we use grep command in unix?
Enlist some filename manipulation commands in unix.
How many unix commands are there?