cast-shl - Perform a left shifting operation.
cast shl
[options] value shift
Perform a left shifting operation.
{{#include ../common/base-options.md}}
{{#include common-options.md}}
- Perform a 3 position left bit shift of the number 61
cast shl --base-in 10 61 3
Note: The --base-in parameter is not enforced but will be needed if the input is ambiguous.