| is greater-equal, >= Full Description |   | 
| Syntax expression1 (IS GREATER-EQUAL | >=) expression2 Purpose Logical operator indicating "greater than or equal to". Can also be substituted with the punctuation operator  
 For example:
 do when a >=b ... done |