for file_a in ${IMX_HOME}/*; do     
    temp_file=`basename $file_a`  
	if [[ $temp_file =~ "Update-v"&&-d $temp_file ]]; then	
       if [[ ! $temp_file =~ $current_version ]];then	   
		 echo $temp_file | cut -c 9-13
	   fi
    fi	 	
done 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-27
  • 2022-12-23
  • 2021-10-01
  • 2022-12-23
  • 2021-09-13
猜你喜欢
  • 2022-12-23
  • 2022-01-01
  • 2021-06-11
  • 2021-09-01
  • 2022-12-23
相关资源
相似解决方案