Hi, imt rying to invoke another script on another server, and i am approaching it this way:
telnet xx.xxx.xxx.xxx username password
run_script.ksh
does anyone know how to do this?
I want to write a script that telnets into another machine with username adn password, and then run a script that...
hi,
im creating a a korn shell script , and when i use the "if, elif" command, it only executes the first command immediately after the if statement
so this is what i want to do:
if ((some condition)) then
command1;
command 2;
elif((some condition)) then
command 3...
Hello all,
What i am trying to do is write a script in which i ftp into an another server and download the file back onto my server. What i want to do is , if its a newer file, i want to replace the older file on my server with this newer one. And if the the same file, i just want to delete...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.