Results 1 to 1 of 1
********************** jupiter.sh **************
(open server
sleep 1
cd /usr ) | telnet
*************************************************
The script ,jupiter.sh tries to connect to server and change the directory to /usr.
I would like ...
- 08-27-2008 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 24
telnet script
********************** jupiter.sh **************
(open server
sleep 1
cd /usr ) | telnet
*************************************************
The script ,jupiter.sh tries to connect to server and change the directory to /usr.
I would like to
make sure whether telnet is successful .That is i want to remove command sleep.I will execute 'cd' only if telnet successful ..
Any way out ?


Reply With Quote
