DOCUMENTATION
import BaseOptions from "../../reference/common/base-optionsx"; import CommonOptions from "./common-optionsx";
cast shr
NAME
cast-shr - Perform a right shifting operation.
SYNOPSIS
cast shr
[options] value shift
DESCRIPTION
Perform a right shifting operation.
OPTIONS
<BaseOptions /> <CommonOptions />EXAMPLES
- Perform a single right bit shift of 0x12
cast shr --base-in 16 0x12 1
Note: The --base-in parameter is not enforced but will be needed if the input is ambiguous.