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:
parent
8796ec38b4
commit
16ac8bd6ac
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue