$ perl -we 'print "\n"' | hexdump -C 00000000 0a |.| $ perl -we 'binmode STDOUT, ":crlf"; print "\n"' | hexdump -C 00000000 0d 0a |..|