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 is grep and how do you use it?
What are reported commands?
Which command is used to find whether the system is 32 bit or 64 bit?
Write a command that will display files in the current directory, in a colored, long format.
Can you explain a little bit about command substitution?
What is the use of the command 'ls -x chapter[1-5]' ?
How do you grep a case insensitive?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the use of sed command in unix?
What do know about tee command and its usage?
What command is used to switching between users in unix?
What is a bash command?
What are the commands in UNIX to list the files in a Directory?
What happens when we execute a unix command?
Describe the zip/unzip command using gzip.