freebsd-ports/net/rshell/pkg-descr
1997-06-22 19:16:26 +00:00

22 lines
571 B
Plaintext

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 .'