当前位置: 代码迷 >> 综合 >> shell test1
  详细解决方案

shell test1

热度:2   发布时间:2024-02-22 22:47:35.0

reg=`tail -n -1 46.txt`
echo $reg
value=`printf "%#x\n" $((16#$reg & 0xf7))`
echo "The calculated value"
echo $value

  相关解决方案