summaryrefslogtreecommitdiff
path: root/net/rshell/pkg-descr
blob: 796bdb960077c6f49789a23e98bd0d249ba4d636 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION
     rshell is front end for rsh(1) and rcp(1).  Rshell read the host and
     username aliases from the configuration file $HOME/.rshellrc with the
     following syntax:

           alias   <hostname alias> <full hostname>

     or

           alias   <host,host2,...> <email@hostname>

EXAMPLES
     The following are examples of a typical usage of the rshell command:

           $ rshell foo

     which rshell expand to `rsh -l wosch mail.foobar.com'

           $ rcp foo:/etc/motd .

     which rcopy expand to `rcp wosch@mail.foobar.com:/etc/motd .'