比较两个Java版本的数字字符串并安装更新的字符串

时间:2016-12-08 06:43:32

标签: shell

在shell脚本中,我想将系统Java版本与我想要的其他Java版本进行比较,如果两者不相同则进行安装。我尝试使用

java -version  
head -1 file | cut -d' ' -f3
VERSION='1.8.0_1'
if [ $output -lt $VERSION ]then
sudo apt-get install default-jre

0 个答案:

没有答案