DOCUMENTATION
import BaseOptions from "../../reference/common/base-optionsx"; import CommonOptions from "./common-optionsx";
cast shl
NAME
cast-shl - Perform a left shifting operation.
SYNOPSIS
cast shl
[options] value shift
DESCRIPTION
Perform a left shifting operation.
OPTIONS
<BaseOptions /> <CommonOptions />EXAMPLES
- 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.