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
Explain the steps that a shell follows while processing a command.
what is the advaantage of each user having its own copy of the shell?
why metadb requires a seperate slice to create Solaris volume manager
Which unix command lists files/folders in alphabetical order?
How do I use grep to search for a file?
What are reported commands?
What difference between cmp and diff commands?
Why is shebang used?
What are some command words?
What is the significance of the 'tee' command?
What command is used to check the current users?
What is nr in awk command?
how to sort the content of the file based on numeric values
What is the function of grep command in unix?
What is sed awk grep?