Shebang line problems and python

Johan Grönqvist johan.gronqvist at gmail.com
Thu Sep 17 02:16:16 EDT 2009


Blaine skrev:
> 
> I'm not sure if there is a Ctrl+Z in here... but, here's the output:
> blaine at attila ~/tmp $ hexdump shebang-test
> 0000000 2123 752f 7273 622f 6e69 702f 7479 6f68
> 0000010 0a6e 6d69 6f70 7472 7320 7379 730a 7379
> 0000020 732e 6474 756f 2e74 7277 7469 2865 4822
> 0000030 6c65 6f6c 202c 6f77 6c72 2e64 6e5c 2922
> 0000040 000a
> 0000041

You can perhaps use "hexdump -c shebang-test"
to get characters instead of hexadecimals.

/ johan




More information about the Python-list mailing list