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
What does grep v grep do?
What does #!/ Bin sh do?
What is s and g in sed command?
What does 'mkdir' command do in UNIX?
Differentiate cat command from more command.
What does the command ' $who | sort –logfile > newfile' do?
How to use grep command to list find the records of a file containing 10 different strings?
What is ctrl d?
What do chmod command do?
How do I open a port?
What is grep and how do you use it?
What is updatedb?
How does the system know where one command ends and another begins?
What is nr in awk command?
Is grep faster than awk?