Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.12 KB

bytes_reverse.md

File metadata and controls

50 lines (37 loc) · 1.12 KB
title categories version bytes usage feature
bytes reverse
bytes
0.93.0
Reverse the bytes in the pipeline.
Reverse the bytes in the pipeline.
default

bytes reverse for bytes

Reverse the bytes in the pipeline.

Signature

> bytes reverse {flags} ...rest

Parameters

  • ...rest: For a data structure input, reverse data at the given cell paths.

Input/output types:

input output
binary binary
record record
table table

Examples

Reverse bytes 0x[1F FF AA AA]

> 0x[1F FF AA AA] | bytes reverse
Length: 4 (0x4) bytes | printable whitespace ascii_other non_ascii
00000000:   aa aa ff 1f                                          ××ו

Reverse bytes 0x[FF AA AA]

> 0x[FF AA AA] | bytes reverse
Length: 3 (0x3) bytes | printable whitespace ascii_other non_ascii
00000000:   aa aa ff                                             ×××