From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <35245206.10F8414F@mail.gmail.com> From: Russ Cox To: 9fans@cse.psu.edu Subject: Re: [9fans] german keymap Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable References: <997f919d90dd12f4cf577ea7ea3bbd5a@collyer.net> Date: Sun, 11 Apr 2004 18:39:56 -0400 Topicbox-Message-UUID: 591a028c-eacd-11e9-9e20-41e7f4b1d025 > One can convert between decimal and other bases (radices) using bc, by > setting the input or output base: Or, if you're on Unix, Eric Raymond suggests that the tool of choice is his very own "ascii" [sic]. http://www.faqs.org/docs/artu/ch09s01.html#id2939746 "One indication that this program was a good idea is the fact that it has an unexpected use =E2=80=94 as a quick CLI aid to converting between decimal, hex, octal, and binary representations of bytes." Might be the best sentence in the book. Russ