Search Results

Search: Posts Made By: Yaki
2,049
Posted By Yaki
OK
OK,
But My version is work too!!!

Sorry for my Bad English I'm from Armenia.
And I'm 14.
Well Thanx
I think it doesn't need to continue discuss or....
thanks to Perderabo!!:) :)
2,049
Posted By Yaki
Yeah Yeah Yeah I DID IT
:D :D :D :D
yeah I DID IT
It's work
try it yourself



#!/bin/bash
who > .s
while [true]
do
who > .f
diff .f .s > .t1
if [-s .t1 ]
then
echo "In System stranger"
break
else...
2,049
Posted By Yaki
OK Thanx
Thank You very Much
:) :) :)
2,049
Posted By Yaki
Where is my mystake?
#!/bin/bash
while [true]
do
who > .f
who > .s
diff .f .s > .t
if [ -s .t ]
then
echo "In System Stranger"
break
else
continue
fi
done




It doesn't work,when I connect to localhost...
Showing results 1 to 4 of 4

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