how to find largest file?
Answer Posted / rohit
ls -lstr|head -1
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
What are bash commands?
What is the difference between awk and grep?
How can we use grep command in unix?
What does sed command do in unix?
Is ‘du’ a command? If so, what is its use?
What is time_t?
What are the commands in UNIX to list the files in a Directory?
What are filter commands in unix?
What is pipe command in unix?
What is updatedb?
What is the command to find maximum memory taking process on the server?
Does cp command overwrite files?
What does the metacharacter mean?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is awk command used for?