1.

Solve : unix command?

Answer»

I am trying to list just the # of users logged in not name or username just NUMBER


$ who | WC -1
not the one that does it?
is thi the RIGHT area for this post or is it to basic, i'm wondering, just becausew i'm trying this out. ALONG trying LINUX. so any suggestions would be great.
Try:
Code: [Select]users | wc -w


You might like this:

http://ss64.com/bash/

for reference.

Thank You for the web SIGHT



Discussion

No Comment Found