how to find largest file?
Answer Posted / prasanta das
ls -l | sort +4 -nr | head -1
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
What does pipe () return?
Can you enlist some commonly used network commands?
What does grep v do?
What does find command return in unix?
What is the comma to display different lines that are found when compare two files?
Describe the zip/unzip command using gzip.
Which command is used to restrict incoming messages?
What is grep in bash?
What happens when we execute a unix command?
Differentiate cmp command from diff command.
Explain how to use grep command to list find the records of a file containing 10 different strings?
What are reported commands?
What is $0 bash?
What is awk good for?
What are bash commands?