Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #28200 > unrolled thread

Re: to know binary

Started byChris Angelico <rosuav@gmail.com>
First post2012-09-01 14:18 +1000
Last post2012-09-01 14:18 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: to know binary Chris Angelico <rosuav@gmail.com> - 2012-09-01 14:18 +1000

#28200 — Re: to know binary

FromChris Angelico <rosuav@gmail.com>
Date2012-09-01 14:18 +1000
SubjectRe: to know binary
Message-ID<mailman.21.1346473086.27098.python-list@python.org>
On Sat, Sep 1, 2012 at 2:15 PM, contro opinion <contropinion@gmail.com> wrote:
> there is a only line in the file nanmed test:
> 1234
> when i open it whit  xxd
> xxd  test
> what i  get is :
> 0000000: 3132 3334 0a                             1234.
> can you explain it ?

I would explain it as a file with one line named test:
1234

I would further explain that this uses Unix-style line endings.

Any further explanations will require a much clearer question. Try this:

http://www.catb.org/~esr/faqs/smart-questions.html

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web