<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://workspace.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Linux_trans_numeral</id>
	<title>Linux trans numeral - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://workspace.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Linux_trans_numeral"/>
	<link rel="alternate" type="text/html" href="https://workspace.onionmixer.net/wiki/index.php?title=Linux_trans_numeral&amp;action=history"/>
	<updated>2026-04-04T09:24:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://workspace.onionmixer.net/wiki/index.php?title=Linux_trans_numeral&amp;diff=360&amp;oldid=prev</id>
		<title>Onionmixer: linux에서 사용할 수 있는 간단한 진수변환</title>
		<link rel="alternate" type="text/html" href="https://workspace.onionmixer.net/wiki/index.php?title=Linux_trans_numeral&amp;diff=360&amp;oldid=prev"/>
		<updated>2013-04-02T09:25:40Z</updated>

		<summary type="html">&lt;p&gt;linux에서 사용할 수 있는 간단한 진수변환&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;;linux에서 사용할 수 있는 간단한 진수변환&lt;br /&gt;
&lt;br /&gt;
* http://coffeenix.net/board_view.php?bd_code=1721&lt;br /&gt;
&lt;br /&gt;
linux에서 bash와 bc(console용 계산기) 를 이용해서 다음과 같은 방법을 사용할 수 있다&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
다른수 to 10진수&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
echo &amp;quot;ibase=16;123&amp;quot; | bc&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
10진수 to 다른수&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
echo &amp;quot;obase=16;124&amp;quot; | bc&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Onionmixer</name></author>
	</entry>
</feed>