![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Shell Program that prompts for user Id | mmg2711 | Shell Programming and Scripting | 16 | 10-25-2007 02:09 PM |
| working in different prompts | gopsman | Shell Programming and Scripting | 3 | 08-30-2007 07:12 AM |
| password prompts | balag | UNIX for Advanced & Expert Users | 2 | 01-05-2006 02:19 PM |
| scripting password prompts | hcclnoodles | Shell Programming and Scripting | 3 | 03-21-2005 04:25 PM |
| Tough question - interactive prompts | peter.herlihy | Shell Programming and Scripting | 2 | 02-21-2002 12:45 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
rsh help with remote prompts
Hi,
I'm writing a shell script that rsh's onto a remote machine and runs a perl script that requires values to be entered as the script executes. I also need to ba able to see the outputs from the perl script. When I try to run it I get an stty : Invalid argument and understand that this is due to it being run remotely. Is there anyway to get the scripts working and displaying back correctly. Thanx. |
|
||||
|
who is doing what
Hi;
With machine profide the input? Does a remote user on the remote workstation enters the required input or does the local user (who started the script) enters the required input? |
|
||||
|
as far I know
I think you can doit with
>> rsh hostname [-l username] <your script> I beleave in this case <your script> is located on the remote host but asks for input on the calling host. See also: http://docs.sun.com/?q=rsh&p=/doc/80...9g1asrq&a=view |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|