29. How to display top 10 users
Who | head -10 | wc –w
Answer Posted / brijandra
use below command
Who | head -10
| Is This Answer Correct ? | 23 Yes | 5 No |
Post New Answer View All Answers
How to display no of records in oracle using unix command?
How can we use grep command in unix?
What is the difference between cat command and more command?
Name the unix command to find how many days the server has been up.
Explain the steps that a shell follows while processing a command.
What do know about tee command and its usage?
Explain command to display different lines that are found when compare two files?
What does pipe () return?
What is time_t?
What is grep short for?
Which unix command to make a new directory?
What is a command and examples?
What is in grep command?
What is the command to view process running?
What does touch command do in unix?