.\" Copyright (c) May 1997, Wolfram Schneider .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" .\" $Id: rshell.1,v 1.2 1997/06/09 21:10:07 wosch Exp $ .\" .Dd 3 June, 1997 .Dt RSHELL 1 .Os .Sh NAME .Nm rshell .Nd a front end for rsh and rcp .Sh SYNOPSIS .Nm .Op Ar rsh options .Ar hostalias .Op Ar rsh args .Nm rcopy .Op Ar rcp options .Ar hostalias:file .Ar ... .Ar directory .Sh DESCRIPTION .Nm is front end for .Xr rsh 1 and .Xr rcp 1 . .Nm Rshell read the host and username aliases from the configuration file .Pa $HOME/.rshellrc with the following syntax: .Bd -unfilled -offset indent alias .Ed .Pp or .Bd -unfilled -offset indent alias .Ed .Pp .Sh EXAMPLES The following are examples of a typical usage of the .Nm rshell command: .Bd -unfilled -offset indent $ rshell foo .Ed .Pp which rshell expand to `rsh -l wosch mail.foobar.com' .Bd -unfilled -offset indent $ rcp foo:/etc/motd . .Ed .Pp which rcopy expand to `rcp wosch@mail.foobar.com:/etc/motd .' .Sh FILES .Bl -tag -width xxxxxxxxxxxxxxx -compact .It Pa $HOME/.rshellrc Configuration file for .Nm rshell .El .Sh "SEE ALSO" .Xr rsh 1 , .Xr rcp 1 .Sh AUTHOR Wolfram Schneider . .\" .Sh BUGS .\" The actual code for this command is vaporware.