bash:brackets
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bash:brackets [2021/01/09 13:54] – [Comparisons between [ and [[] peter | bash:brackets [2021/01/09 13:59] (current) – [Rule of Thumb] peter | ||
---|---|---|---|
Line 145: | Line 145: | ||
|RegularExpression matching|< | |RegularExpression matching|< | ||
- | * **(*)** This is an extension to the POSIX standard; some shells may have it, others may not. | + | * **< |
- | * **(**)** The -a and -o operators, and ( ... ) grouping, are defined by POSIX but only for strictly limited cases, and are marked as deprecated. | + | * **< |
* Use of these operators is discouraged; | * Use of these operators is discouraged; | ||
* if [ " | * if [ " | ||
Line 198: | Line 198: | ||
</ | </ | ||
- | As of bash 4.1, string comparisons using < or > respect the current locale when done in < | + | As of bash 4.1, string comparisons using < or > respect the current locale when done in **< |
+ | |||
+ | In fact, **< | ||
+ | |||
+ | Bash versions prior to 4.1 do not use locale collating order for **< | ||
---- | ---- | ||
Line 204: | Line 208: | ||
===== Rule of Thumb ===== | ===== Rule of Thumb ===== | ||
- | As a rule of thumb, [[ is used for strings and files. | + | As a rule of thumb, |
If you want to compare numbers, use an ArithmeticExpression, | If you want to compare numbers, use an ArithmeticExpression, | ||
Line 214: | Line 218: | ||
</ | </ | ||
- | When should the new test command < | + | When should the new test command < |
+ | |||
+ | * If portability/ | ||
+ | * If on the other hand the script requires BASH, Zsh, or KornShell, the new syntax is usually more flexible, but not necessarily backwards compatible. | ||
- | For reasons explained in the theory section below, any problem with an operator used with < | + | <WRAP info> |
+ | **NOTE: | ||
+ | </ | ||
+ | |||
bash/brackets.1610200451.txt.gz · Last modified: 2021/01/09 13:54 by peter