<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Od</id>
	<title>Od - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Od"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Od&amp;action=history"/>
	<updated>2026-04-06T22:31:17Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Od&amp;diff=38027&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „==od== Gibt Dateien im Oktal und anderen Formaten aus.   od [Optionen] Datei  * -j ''Bytes'': Überspringt die Anzahl ''Bytes'' einer Datei * -N ''Bytes'': Gib…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Od&amp;diff=38027&amp;oldid=prev"/>
		<updated>2022-11-10T13:22:00Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „==od== Gibt Dateien im Oktal und anderen Formaten aus.   od [Optionen] Datei  * -j &amp;#039;&amp;#039;Bytes&amp;#039;&amp;#039;: Überspringt die Anzahl &amp;#039;&amp;#039;Bytes&amp;#039;&amp;#039; einer Datei * -N &amp;#039;&amp;#039;Bytes&amp;#039;&amp;#039;: Gib…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==od==&lt;br /&gt;
Gibt Dateien im Oktal und anderen Formaten aus.&lt;br /&gt;
&lt;br /&gt;
 od [Optionen] Datei&lt;br /&gt;
&lt;br /&gt;
* -j ''Bytes'': Überspringt die Anzahl ''Bytes'' einer Datei&lt;br /&gt;
* -N ''Bytes'': Gibt nur die Anzahl ''Bytes'' aus&lt;br /&gt;
* -c : Gebe ASCII Zeichen aus&lt;br /&gt;
* -f : Gebe Fließkommazahlen aus&lt;br /&gt;
* -i : Gebe Dezimal Integer aus&lt;br /&gt;
* -l : Gebe Dezimal Long aus&lt;br /&gt;
* -o : Gebe Oktal 2 Byte Einheiten aus&lt;br /&gt;
* -s : Gebe Dezimal 2 Byte Einheiten aus&lt;br /&gt;
* -x : Gebe Hexadezimale 2 Byte einheiten aus&lt;br /&gt;
&lt;br /&gt;
Beispiele&lt;br /&gt;
&lt;br /&gt;
Gebe Master Boot Record (die ersten 512 Byte der Festplatte /dev/sda) als Hexadezimal aus&lt;br /&gt;
 root@zero:~# od '''-x -N''' 512 /dev/sda&lt;br /&gt;
 0000000 48eb 1090 d08e 00bc b8b0 0000 d88e c08e&lt;br /&gt;
 0000020 befb 7c00 00bf b906 0200 a4f3 21ea 0006&lt;br /&gt;
 0000040 be00 07be 0438 0b75 c683 8110 fefe 7507&lt;br /&gt;
 0000060 ebf3 b416 b002 bb01 7c00 80b2 748a 0203&lt;br /&gt;
 0000100 00ff 2000 0001 0000 0200 90fa f690 80c2&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
Schreibe &amp;quot;suxer&amp;quot; in die Datei test&lt;br /&gt;
 root@zero:~# echo &amp;quot;suxer&amp;quot; &amp;gt; test&lt;br /&gt;
Ausgabe Hexadezimal&lt;br /&gt;
 root@zero:~# od -x test&lt;br /&gt;
 0000000 7573 6578 0a72&lt;br /&gt;
 0000006&lt;br /&gt;
&lt;br /&gt;
Ausgabe ASCII Zeichen&lt;br /&gt;
 root@zero:~# od -c test&lt;br /&gt;
 0000000   s   u   x   e   r  \n&lt;br /&gt;
 0000006&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>