Do math on output of cat

后端 未结 0 992
遇见更好的自我
遇见更好的自我 2021-01-25 10:29

I have a single byte, 0x1, inside t.data.

How would I read that file to perform bitwise math on it\'s contents in POSIX shell?

echo $((1 << 1))<

相关标签:
回答
  • 消灭零回复
提交回复
热议问题