X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fcoreutils.texi;h=46deeed467d8d1fe19769978c29a746ae3726dc5;hb=3f31ec950b78309a0d12d92d87a735b8870a2289;hp=8dd1ed8baa4b1c0b2a48bf9095321bedb9e153e6;hpb=2a3a094e0d9712e69f168a10685975f1a7ed5917;p=platform%2Fupstream%2Fcoreutils.git diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 8dd1ed8..46deeed 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -11535,7 +11535,7 @@ Exit status: * File type tests:: -[bcdfhLpSt] * Access permission tests:: -[gkruwxOG] * File characteristic tests:: -e -s -nt -ot -ef -* String tests:: -z -n = != +* String tests:: -z -n = == != * Numeric tests:: -eq -ne -lt -le -gt -ge * Connectives for test:: ! -a -o @end menu @@ -11726,6 +11726,11 @@ True if the length of @var{string} is nonzero. @cindex equal string check True if the strings are equal. +@item @var{string1} == @var{string2} +@opindex == +@cindex equal string check +True if the strings are equal (synonym for =). + @item @var{string1} != @var{string2} @opindex != @cindex not-equal string check