How to display the output of “WHO” command and along with count?
As we know " who" command in unix gives output as:
abc pts/0 Aug 23 10:43 …
bcd pts/2 Aug 23 10:43 …
but i want to see the output as :
abc pts/0 Aug 23 10:43 …
bcd pts/2 Aug 23 10:43 …
Total number of users: 2
Please help me to get this output.








