Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
executing a script while rlogin
Name: kamalpreet Date: August 1, 2005 at 22:25:24 Pacific OS: Solaris CPU/Ram: Ultra 60
Comment:
I want to make an alias where in I want to rlogin to a server and execute a scipt with it..I tried the command (alias KP "rlogin 10.180.10.23 -l kamal ; konsole") KP is alias name 10.180.10.23 is the host i want to log in kamal is my login name.... konsole is the script which I want to be executed on the new host...
sequencing of commands in alias using semicolon does work otherwise
Summary: I am trying to troubleshoot a problem that I am having with a script. The problem appears to be in a function within the script. When I use ksh -x scriptname, I can see the call that is made to my f...
Summary: Hi, i have grepped a process number from a file & redirected to temp file. from temp file, I should assign process number to a variable "pnum". to execute a script Select statistics pnumber= summary=...