Help for this page

Select Code to Download


  1. or download this
    $ hexdump -C test.txt 
    00000000  46 6f 6f 0d 0a                                    |Foo..|
    $ perl -wMstrict -MData::Dump -e 'dd <>' test.txt 
    "Foo\r\n"