mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-14 07:30:49 +02:00
commit bash-20120420 snapshot
This commit is contained in:
+4
-4
@@ -2338,13 +2338,13 @@ File descriptor 2 is duplicated.
|
||||
|
||||
@item /dev/tcp/@var{host}/@var{port}
|
||||
If @var{host} is a valid hostname or Internet address, and @var{port}
|
||||
is an integer port number or service name, Bash attempts to open a TCP
|
||||
connection to the corresponding socket.
|
||||
is an integer port number or service name, Bash attempts to open
|
||||
the corresponding TCP socket.
|
||||
|
||||
@item /dev/udp/@var{host}/@var{port}
|
||||
If @var{host} is a valid hostname or Internet address, and @var{port}
|
||||
is an integer port number or service name, Bash attempts to open a UDP
|
||||
connection to the corresponding socket.
|
||||
is an integer port number or service name, Bash attempts to open
|
||||
the corresponding UDP socket.
|
||||
@end table
|
||||
|
||||
A failure to open or create a file causes the redirection to fail.
|
||||
|
||||
Reference in New Issue
Block a user