how to find largest file?
Answer Posted / ramesh
$ls -l|tr -s " "|sort -t " " -f +4,-5|tail -1
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do I search for a file in unix command?
What do know about tee command and its usage?
What will the following command do?
What's a command word?
Explain command to show the space allocation of files?
Explain command to view process running?
Name the general commands in using unix os for a beginner?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Who invented grep?
How does shebang work?
What are the unix commands?
What difference between cmp and diff commands?
Why is it called grep?
Explain mount and unmount command.
what is the advaantage of each user having its own copy of the shell?