home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / shell / 3839 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  775 b 

  1. Path: sparky!uunet!mcsun!corton!enst!ulysse!typhon!yared
  2. From: yared@typhon.enst.fr (Nadim Yared)
  3. Newsgroups: comp.unix.shell
  4. Subject: Re: Problem to alias
  5. Message-ID: <2517@ulysse.enst.fr>
  6. Date: 7 Sep 92 15:53:07 GMT
  7. References: <1992Sep5.144042.3171@leland.Stanford.EDU>
  8. Sender: news@ulysse.enst.fr
  9. Organization: Telecom Paris, France
  10. Lines: 17
  11.  
  12. In article <1992Sep5.144042.3171@leland.Stanford.EDU>, peer@ccrma.stanford.edu (Peer Landa) writes:
  13. -> 
  14. -> I have some problem to alias the following command:
  15. -> rsh remote_host dir/App -NXHost current_host&
  16. ->         
  17. -> 
  18. -> In my .cshrc I tried to:
  19. -> alias  rshh  'rsh \!:1 \!:2 -NXHost hostname&'
  20. ->  . but it doesn't work.  Any suggestions?
  21. -> 
  22. -> -- peer
  23.  
  24. Try 
  25.  
  26.      alias rshh 'rsh \!\!:1 \!\!:2 -NXHost hostname&'
  27.  
  28. Regards.
  29.