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))<
echo $((1 << 1))