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 does the system know where one command ends and another begins?
What is the unix command to confirm a remote host is alive or not?
What is the function of grep command in unix?
What is {} in find command?
What does the metacharacter mean?
What are some command words?
What command is used to check the current users?
Enlist some filename manipulation commands in unix.
How do I delete files from command prompt?
What is the use of tee command?
Write a command to kill the last background job?
What does the command '$ls | wc –l > file1' do?
Who invented grep?
What do know about tee command?
How do I use grep to find a file?