Re: doing jobs at an remote machin, how to do it in an cshell scripts ?

2006-10-22 Thread Aidan Shaw
PGP SIGNED MESSAGE-Hash: SHA1On 10/18/06 07:59, Aidan Shaw wrote:> Hi List>> I want to write a simple c-shell scripts whick will performe the following> task:> > 1. remote login to an machine named "RemotePC05">   rsh  RemotePC05   ( no passward is needed in our netwo

doing jobs at an remote machin, how to do it in an cshell scripts ?

2006-10-18 Thread Aidan Shaw
Hi List I want to write a simple c-shell scripts whick will performe the following task:1. remote login to an machine named "RemotePC05"       rsh  RemotePC05   ( no passward is needed in our network ) 2. at RemotePC05, I wnat do several things, suck as  du -sh /pathto/dirname;  touch filename 3.