Another xor example

This commit is contained in:
Neale Pickett 2022-05-16 15:23:21 -06:00
parent 8796ec38b4
commit 16ac8bd6ac
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ The "-x" option treats values as hex.
~szzy
$ printf 'bbbbbb' | xor 1 0; echo
cbcbcb
$ printf 'bbbbbb' | xor -x a b; echo
hihihi
## slice: slice octet stream