The statement (when constructed correctly) should return 0 or 1. I would appreciate some pointers on how to accomplish the task. Thanks in advance, RV$a = "data in particular byte" $b = "positions to shift" ((($a >> $b) && ) == 1 );
In reply to Help comparing data in byte by shifting (>>) bits by unixhome
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |