User Tools

Site Tools


version_comparison_in_bash

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

version_comparison_in_bash [2023/06/08 16:01] – created steveversion_comparison_in_bash [2023/06/09 17:27] (current) steve
Line 20: Line 20:
 False     # NOT Good... False     # NOT Good...
 $ [[ 14.1.1 > 8.0.1 ]] && echo "True" || echo "False" $ [[ 14.1.1 > 8.0.1 ]] && echo "True" || echo "False"
-False     # NOT Good... 
-$ [[ 4.1.1 > 8.0.1 ]] && echo "True" || echo "False" 
 False     # NOT Good... False     # NOT Good...
 $ [[ 14.1 > 8.0 ]] && echo "True" || echo "False" $ [[ 14.1 > 8.0 ]] && echo "True" || echo "False"
version_comparison_in_bash.1686240103.txt.gz · Last modified: by steve