mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-09 11:40:30 +02:00
commit bash-20090409 snapshot
This commit is contained in:
+3
-5
@@ -752,7 +752,7 @@ operators do not evaluate \fIexpression2\fP if the value of
|
||||
the entire conditional expression.
|
||||
.RE
|
||||
.TP
|
||||
\fBfor\fP \fIname\fP [ \fBin\fP \fIword\fP ] ; \fBdo\fP \fIlist\fP ; \fBdone\fP
|
||||
\fBfor\fP \fIname\fP [ [ \fBin\fP [ \fIword ...\fP ] ] ; ] \fBdo\fP \fIlist\fP ; \fBdone\fP
|
||||
The list of words following \fBin\fP is expanded, generating a list
|
||||
of items.
|
||||
The variable \fIname\fP is set to each element of this list
|
||||
@@ -3869,12 +3869,10 @@ True if the strings are equal. \fB=\fP may be used in place of
|
||||
True if the strings are not equal.
|
||||
.TP
|
||||
\fIstring1\fP \fB<\fP \fIstring2\fP
|
||||
True if \fIstring1\fP sorts before \fIstring2\fP lexicographically
|
||||
in the current locale.
|
||||
True if \fIstring1\fP sorts before \fIstring2\fP lexicographically.
|
||||
.TP
|
||||
\fIstring1\fP \fB>\fP \fIstring2\fP
|
||||
True if \fIstring1\fP sorts after \fIstring2\fP lexicographically
|
||||
in the current locale.
|
||||
True if \fIstring1\fP sorts after \fIstring2\fP lexicographically.
|
||||
.TP
|
||||
.I \fIarg1\fP \fBOP\fP \fIarg2\fP
|
||||
.SM
|
||||
|
||||
Reference in New Issue
Block a user