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 command to show the space allocation of files?
What is the use of egrep command in unix?
What's a command word?
What is the command to view process running?
What are grep patterns?
What is pipe command in unix?
What does the command ' $who | sort –logfile > newfile' do?
What does awk stand for?
What is the search command in unix?
What is awk used for?
how to sort the content of the file based on numeric values
How can we use grep command in unix?
Describe the zip/unzip command using gzip.
What is difference between grep and find command in unix?
How do I clear my terminal history?