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
What is the use of awk command in unix?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Is ‘du’ a command? If so, what is its use?
What command will change your prompt to myprompt?
How do I open a port?
What does 'mkdir' command do in UNIX?
How do I find previous commands in unix?
Name the various commands that are used for the user information in unix.
What is unix command line?
What is the use of cut command in unix?
Which command is used to copy files?
what is the advaantage of each user having its own copy of the shell?
How to find $ai_serual resolved path by using unix
What is the use of sed command in unix?
Who invented grep?