Index of /ports_net/rshell
Name Last modified Size
Parent Directory -
Makefile 29-Oct-2003 10:46 452
distinfo 28-May-2011 14:08 126
pkg-descr 22-Jun-1997 23:16 571
pkg-plist 19-Sep-1998 04:02 93
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 .'