1
0
Fork 0
mirror of https://github.com/dirtbags/fluffy.git synced 2025-01-21 06:14:35 -07:00

Another xor example

This commit is contained in:
Neale Pickett 2022-05-16 15:23:21 -06:00
parent 8796ec38b4
commit 16ac8bd6ac

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