Search Results

Search: Posts Made By: Aliboy
3,348
Posted By Aliboy
Problem solved, thanks. I had to use the -gt...
Problem solved, thanks.

I had to use the -gt instead of >
3,348
Posted By Aliboy
while loop problem
#!/bin/sh

clear

befehle=( whoami ls who finger ps )
eingabe=5

while [ $eingabe > 4 ]
do
# for i in 0 1 2 3 4
# do
# echo $i - ${befehle[$i]}
#done
echo "you're still in...
2,977
Posted By Aliboy
Well, I have a system running in a network. ...
Well, I have a system running in a network.

The network consist of me and my friend, who's called Tom.

So when he connects and logs in the two logged in users should be:

Tom
Ali
2,977
Posted By Aliboy
Get online users OpenSuse
Hello, is there any Shell Command to get a list of all the online users currently online and logged in on my machine?

finger and who both show a log of people that logged in, not the ones that are...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 11:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy