bytes length for bytes> bytes length {flags} ...rest
...rest: for a data structure input, find the length of data at the given cell paths| input | output | 
|---|---|
| binary | int | 
| list<binary> | list<int> | 
| record | record | 
| table | table | 
Return the length of a binary
>0x[1FFFAAAB] |bytes length
4
Return the lengths of multiple binaries
> [0x[1FFFAAAB] 0x[1F]] |bytes length
╭───┬───╮
│0│4│
│1│1│
╰───┴───╯
    Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
    https://www.nushell.sh/commands/docs/bytes_length.html