Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 538 Bytes

cast-shl.md

File metadata and controls

32 lines (18 loc) · 538 Bytes

cast shl

NAME

cast-shl - Perform a left shifting operation.

SYNOPSIS

cast shl [options] value shift

DESCRIPTION

Perform a left shifting operation.

OPTIONS

{{#include ../common/base-options.md}}

{{#include common-options.md}}

EXAMPLES

  1. 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.

SEE ALSO

cast, cast shr