AwkGuide
** Work in Progress ** {{{ import from Mark Hobley's wiki }}} <toc> ---- == Overview * [[Overview]] . . . * [[command line parameter]]s * [[comment]]s * [[comparative operator]]s * [[compound assignment operator]]s . . .
4K - last updated 2011-08-14 15:57 UTC by markhobley
comparative operator
The comparative operators are used to determine equality or inequality or otherwise make comparisons . . . operator == String comparison In awk, the comparative operators can be used to compare strings . . . are case sensitive and the behaviour of the comparative operators depends on the locale being used. . . . == The equals sign cannot be used as a comparative operator In awk, the equals sign cannot . . . be used as a comparative operator. A common programming mistake . . .
3K - last updated 2013-02-24 17:38 UTC by markhobley
operator
The [[awk]] programming language provides a series of *operators* that allow [[value]]s and [[variable]]s . . . sign operators * [[number sign operators]] == comparative operators * [[comparative operator]]s == . . .
3K - last updated 2011-05-24 22:19 UTC by markhobley
3 pages found.