Search Results

Search: Posts Made By: mady
58,052
Posted By mady
i ve similar one #!/bin/csh setenv...
i ve similar one


#!/bin/csh
setenv PASSWD `cat ~/.passwd`
foreach server_name (`cat hostlist`)
echo "connecting to server $server_name"
(sleep 5;echo $USERID;\
sleep 5;echo $PASSWD;\
sleep...
58,052
Posted By mady
no, i dont ve pearl. i just want a script that...
no, i dont ve pearl. i just want a script that can connect to server using telnet and therafter it should end, but not the connection
58,052
Posted By mady
this one is working, but it exits the telnet...
this one is working, but it exits the telnet session at the end. i want the script to make a permanant connection to the server so that whenever i want to connect, i can just run the script instead...
Showing results 1 to 3 of 3

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