home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / shell / 3830 < prev    next >
Encoding:
Text File  |  1992-09-07  |  561 b   |  21 lines

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!stanford.edu!leland.Stanford.EDU!news
  3. From: peer@ccrma.stanford.edu (Peer Landa)
  4. Subject: Problem to alias
  5. Message-ID: <1992Sep5.144042.3171@leland.Stanford.EDU>
  6. Sender: news@leland.Stanford.EDU (Mr News)
  7. Organization: DSO, Stanford University
  8. Date: Sat, 5 Sep 92 14:40:42 GMT
  9. Lines: 10
  10.  
  11.  
  12. I have some problem to alias the following command:
  13. rsh remote_host dir/App -NXHost current_host&
  14.         
  15.  
  16. In my .cshrc I tried to:
  17. alias  rshh  'rsh \!:1 \!:2 -NXHost hostname&'
  18.  . but it doesn't work.  Any suggestions?
  19.  
  20. -- peer
  21.