home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!corton!enst!ulysse!typhon!yared
- From: yared@typhon.enst.fr (Nadim Yared)
- Newsgroups: comp.unix.shell
- Subject: Re: Problem to alias
- Message-ID: <2517@ulysse.enst.fr>
- Date: 7 Sep 92 15:53:07 GMT
- References: <1992Sep5.144042.3171@leland.Stanford.EDU>
- Sender: news@ulysse.enst.fr
- Organization: Telecom Paris, France
- Lines: 17
-
- In article <1992Sep5.144042.3171@leland.Stanford.EDU>, peer@ccrma.stanford.edu (Peer Landa) writes:
- ->
- -> I have some problem to alias the following command:
- -> rsh remote_host dir/App -NXHost current_host&
- ->
- ->
- -> In my .cshrc I tried to:
- -> alias rshh 'rsh \!:1 \!:2 -NXHost hostname&'
- -> . but it doesn't work. Any suggestions?
- ->
- -> -- peer
-
- Try
-
- alias rshh 'rsh \!\!:1 \!\!:2 -NXHost hostname&'
-
- Regards.
-