Deleted Added
full compact
rsh.1 (79535) rsh.1 (95124)
1.\" Copyright (c) 1983, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)rsh.1 8.1 (Berkeley) 6/6/93
1.\" Copyright (c) 1983, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)rsh.1 8.1 (Berkeley) 6/6/93
33.\" $FreeBSD: head/usr.bin/rsh/rsh.1 79535 2001-07-10 14:16:33Z ru $
33.\" $FreeBSD: head/usr.bin/rsh/rsh.1 95124 2002-04-20 12:18:28Z charnier $
34.\"
35.Dd June 6, 1993
36.Dt RSH 1
37.Os
38.Sh NAME
39.Nm rsh
40.Nd remote shell
41.Sh SYNOPSIS
42.Nm
43.Op Fl 46Kdnx
44.Op Fl t Ar timeout
45.Op Fl k Ar realm
46.Op Fl l Ar username
47.Ar host
48.Op command
49.Sh DESCRIPTION
34.\"
35.Dd June 6, 1993
36.Dt RSH 1
37.Os
38.Sh NAME
39.Nm rsh
40.Nd remote shell
41.Sh SYNOPSIS
42.Nm
43.Op Fl 46Kdnx
44.Op Fl t Ar timeout
45.Op Fl k Ar realm
46.Op Fl l Ar username
47.Ar host
48.Op command
49.Sh DESCRIPTION
50.Nm Rsh
51executes
50The
51.Nm
52utility executes
52.Ar command
53on
54.Ar host .
55.Pp
53.Ar command
54on
55.Ar host .
56.Pp
56.Nm Rsh
57copies its standard input to the remote command, the standard
57The
58.Nm
59utility copies its standard input to the remote command, the standard
58output of the remote command to its standard output, and the
59standard error of the remote command to its standard error.
60Interrupt, quit and terminate signals are propagated to the remote
61command;
62.Nm
63normally terminates when the remote command does.
64The options are as follows:
65.Bl -tag -width flag

--- 128 unchanged lines hidden ---
60output of the remote command to its standard output, and the
61standard error of the remote command to its standard error.
62Interrupt, quit and terminate signals are propagated to the remote
63command;
64.Nm
65normally terminates when the remote command does.
66The options are as follows:
67.Bl -tag -width flag

--- 128 unchanged lines hidden ---