29. How to display top 10 users
Who | head -10 | wc –w
Answer Posted / supriya
who | head -10
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Explain command to view process running?
Explain ‘system calls’ with respect to unix commands?
How does pipe () work?
How do I clear my terminal history?
What does sed command do in unix?
What is grep short for?
Which command is used to copy files?
What is grep and how do you use it?
How do you grep a case insensitive?
What happens when we execute a unix command?
Why is grep called grep?
What does grep v grep do?
What does pipe () return?
Can you explain a little bit about command substitution?
What will the following command do?