mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-02 01:40:49 +02:00
commit bash-20160819 snapshot
This commit is contained in:
Binary file not shown.
+7
-2
@@ -5,12 +5,12 @@
|
||||
.\" Case Western Reserve University
|
||||
.\" chet.ramey@case.edu
|
||||
.\"
|
||||
.\" Last Change: Sun May 29 13:48:21 EDT 2016
|
||||
.\" Last Change: Sun Aug 21 14:47:11 EDT 2016
|
||||
.\"
|
||||
.\" bash_builtins, strip all but Built-Ins section
|
||||
.if \n(zZ=1 .ig zZ
|
||||
.if \n(zY=1 .ig zY
|
||||
.TH BASH 1 "2016 May 29" "GNU Bash 4.4"
|
||||
.TH BASH 1 "2016 August 21" "GNU Bash 4.4"
|
||||
.\"
|
||||
.\" There's some problem with having a `@'
|
||||
.\" in a tagged paragraph with the BSD man macros.
|
||||
@@ -4330,6 +4330,11 @@ Conditional expressions are used by the \fB[[\fP compound command and
|
||||
the \fBtest\fP and \fB[\fP builtin commands to test file attributes
|
||||
and perform string and arithmetic comparisons.
|
||||
Expressions are formed from the following unary or binary primaries.
|
||||
\fBBash\fP handles several filenames specially when they are used in
|
||||
expressions.
|
||||
If the operating system on which \fBbash\fP is running provides these
|
||||
special files, bash will use them; otherwise it will emulate them
|
||||
internally with this behavior:
|
||||
If any \fIfile\fP argument to one of the primaries is of the form
|
||||
\fI/dev/fd/n\fP, then file descriptor \fIn\fP is checked.
|
||||
If the \fIfile\fP argument to one of the primaries is one of
|
||||
|
||||
@@ -6617,6 +6617,11 @@ and the @code{test} and @code{[} builtin commands.
|
||||
Expressions may be unary or binary.
|
||||
Unary expressions are often used to examine the status of a file.
|
||||
There are string operators and numeric comparison operators as well.
|
||||
Bash handles several filenames specially when they are used in
|
||||
expressions.
|
||||
If the operating system on which Bash is running provides these
|
||||
special files, Bash will use them; otherwise it will emulate them
|
||||
internally with this behavior:
|
||||
If the @var{file} argument to one of the primaries is of the form
|
||||
@file{/dev/fd/@var{N}}, then file descriptor @var{N} is checked.
|
||||
If the @var{file} argument to one of the primaries is one of
|
||||
|
||||
+3
-3
@@ -2,10 +2,10 @@
|
||||
Copyright (C) 1988-2016 Free Software Foundation, Inc.
|
||||
@end ignore
|
||||
|
||||
@set LASTCHANGE Sun May 29 13:48:02 EDT 2016
|
||||
@set LASTCHANGE Sun Aug 21 14:48:56 EDT 2016
|
||||
|
||||
@set EDITION 4.4
|
||||
@set VERSION 4.4
|
||||
|
||||
@set UPDATED 29 May 2016
|
||||
@set UPDATED-MONTH May 2016
|
||||
@set UPDATED 21 August 2016
|
||||
@set UPDATED-MONTH August 2016
|
||||
|
||||
Reference in New Issue
Block a user