Search Results

Search: Posts Made By: Yaki
1,784
Posted By Yaki
Little Prolem with Perl
look
imagine that $i="hello+world+How+Are+you+Niggaz+Back+Da+Fu..+Up";
so
how to convert all "+" characterns to spaces???
Thanx In Advance:) :)
6
3,001
Posted By Yaki
OK It's work
thanx!!!
6
3,001
Posted By Yaki
slackware 8.0
My OS is Linux Slackware 8.0:)
6
3,001
Posted By Yaki
Ports
How To Close ports,for example finger port 79??
:confused: :confused: :confused:


10x
2,044
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,044
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,044
Posted By Yaki
OK Thanx
Thank You very Much
:) :) :)
15,001
Posted By Yaki
It can be shorter like this>>
#!/bin/bash
read do
lynx www.google.com/search?q="$do";


booom
:D :D :D :D
2,044
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 9 of 9

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