-
Notifications
You must be signed in to change notification settings - Fork 1.8k
SC2122
Joachim Ansorg edited this page Nov 12, 2021
·
6 revisions
[[ a <= b ]]
[[ ! a > b ]]
The operators <=
and >=
are not supported by Bourne shells. Instead of "less than or equal", rewrite as "not greater than".
None