blob: 7fc50bcdbf9ddb2a00a06215c28d946d892b23b5 [file] [log] [blame]
rsc94b5e3f2005-01-04 21:20:04 +00001.TH DIAL 1
2.SH NAME
3dial \- connect to a remote service
4.SH SYNOPSIS
5.B dial
6[
7.B -e
8]
9.I addr
10.SH DESCRIPTION
11.I Dial
12connects to the network address
13.I addr
14(see
15.IR dial (3))
16and then copies data from the connection to standard output,
17and from standard input to the connection.
18.PP
19By default,
20.I dial
21exits when end of file is reached on standard input or on the network connection.
22The
23.B -e
24flag causes
25.I dial
26to exit only in response to end of file on the network connection.
27.SH SOURCE
rscc3674de2005-01-11 17:37:33 +000028.B \*9/src/cmd/dial.c
rsc94b5e3f2005-01-04 21:20:04 +000029.SH SEE ALSO
30.IR dial (3)