Thread: Scripting
View Single Post

   
  #8 (permalink)  
Old 04-24-2008, 04:37 PM
Thomas Braunbeck
 
Posts: n/a
Default Re: Scripting

invincible schrieb:
> On Apr 22, 4:33 pm, Mark Taylor <m...@talk21.com> wrote:
>>> But it will still need configuring even if the fileset is installed !

>> and do we even know what level of code the OP is running was my
>> point ...

>
> It's AIX 5.3 ML4

But we still don't know what type or error you get.
So all I can do is guessing. Maybe
-n Specifies that the rsh command should not read from standard input.
is the option you are missing. The rsh line then will be
rsh $line -n cat /home/basks.tbl|awk '{ print $1 }' >>test.out
Reply With Quote