Help for this page

Select Code to Download


  1. or download this
    some_proeccess < some.file > some.file
    
  2. or download this
    perl -CS -ne 'print if /\x{0016}/' < some.file
    
  3. or download this
    perl -ne 'print if /\x16/' some.file