[Feature Request]: basic
/ck_version
: check if version_1
is not less than version_2
#85
Open
1 task done
Labels
Milestone
Is there an existing issue for the feature request?
Feature Description
basic
/ck_version
: check ifversion_1
is not less thanversion_2
Feature Implementation
rc=$(awk -v v1=$version_1 -v v2=$version_2 'BEGIN{print(v1>=v2)?"0":"1"}')
Additional information
No response
The text was updated successfully, but these errors were encountered: