Bytes
Syntax
Section titled “Syntax”splitby -b [selection...]What it does
Section titled “What it does”Selects raw bytes by position. This is useful for binary or fixed-width data.
Note: You can use --placeholder to guarantee the output’s data width.
Examples
Section titled “Examples”printf "abcdef" | splitby -b 2-4# bcd