>>874
testコマンドが対応していれば strcmp()による文字列比較も使えるので、
一応(p10とか2桁とかならない範囲なら)これで出来る

if [ `uname -r` \> "5.4-RELEASE-p5" ]
then
echo foo
fi