fork(3) download
  1. #!/bin/bash
  2.  
  3. python3 -c 'print("\u200ebe")' |
  4. perl -CSD -pe 's/\x{200e}//g' |
  5. xxd
Success #stdin #stdout 0.02s 9172KB
stdin
Standard input is empty
stdout
00000000: 6265 0a                                  be.