Results 1 to 1 of 1
Hi,
command who|wc -l gives me only the total number of users currently logged on.
what if i need both on the display(users+number)
one possible solution is
who; who|wc -l
...
- 01-06-2011 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 1
need simple solution of who; who|wc -l
Hi,
command who|wc -l gives me only the total number of users currently logged on.
what if i need both on the display(users+number)
one possible solution is
who; who|wc -l
please suggest me better solution.


Reply With Quote