<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="sv">
	<id>https://wiki.linux.se/index.php?action=history&amp;feed=atom&amp;title=dd%281p%29</id>
	<title>dd(1p) - Versionshistorik</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.linux.se/index.php?action=history&amp;feed=atom&amp;title=dd%281p%29"/>
	<link rel="alternate" type="text/html" href="https://wiki.linux.se/index.php?title=dd(1p)&amp;action=history"/>
	<updated>2026-05-13T14:28:55Z</updated>
	<subtitle>Versionshistorik för denna sida på wikin</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://wiki.linux.se/index.php?title=dd(1p)&amp;diff=6848&amp;oldid=prev</id>
		<title>Admin den 14 februari 2025 kl. 17.42</title>
		<link rel="alternate" type="text/html" href="https://wiki.linux.se/index.php?title=dd(1p)&amp;diff=6848&amp;oldid=prev"/>
		<updated>2025-02-14T17:42:19Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;a href=&quot;https://wiki.linux.se/index.php?title=dd(1p)&amp;amp;diff=6848&amp;amp;oldid=6847&quot;&gt;Visa ändringar&lt;/a&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.linux.se/index.php?title=dd(1p)&amp;diff=6847&amp;oldid=prev</id>
		<title>Admin den 14 februari 2025 kl. 17.38</title>
		<link rel="alternate" type="text/html" href="https://wiki.linux.se/index.php?title=dd(1p)&amp;diff=6847&amp;oldid=prev"/>
		<updated>2025-02-14T17:38:51Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;a href=&quot;https://wiki.linux.se/index.php?title=dd(1p)&amp;amp;diff=6847&amp;amp;oldid=6846&quot;&gt;Visa ändringar&lt;/a&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.linux.se/index.php?title=dd(1p)&amp;diff=6846&amp;oldid=prev</id>
		<title>Admin: Skapade sidan med &#039;&#039;&#039;&#039;dd(1p) - Linux manual page&#039;&#039;&#039;  == PROLOG == This manual page is part of the POSIX Programmer&#039;s Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux.  == NAME == dd — convert and copy a file  == SYNOPSIS == &lt;code&gt;dd [operand...]&lt;/code&gt;  == DESCRIPTION == The &lt;code&gt;dd&lt;/code&gt; utility shall copy the specified input file to the specified...&#039;</title>
		<link rel="alternate" type="text/html" href="https://wiki.linux.se/index.php?title=dd(1p)&amp;diff=6846&amp;oldid=prev"/>
		<updated>2025-02-14T15:34:13Z</updated>

		<summary type="html">&lt;p&gt;Skapade sidan med &amp;#039;&amp;#039;&amp;#039;&amp;#039;dd(1p) - Linux manual page&amp;#039;&amp;#039;&amp;#039;  == PROLOG == This manual page is part of the POSIX Programmer&amp;#039;s Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux.  == NAME == dd — convert and copy a file  == SYNOPSIS == &amp;lt;code&amp;gt;dd [operand...]&amp;lt;/code&amp;gt;  == DESCRIPTION == The &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; utility shall copy the specified input file to the specified...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Ny sida&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;dd(1p) - Linux manual page&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== PROLOG ==&lt;br /&gt;
This manual page is part of the POSIX Programmer&amp;#039;s Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux.&lt;br /&gt;
&lt;br /&gt;
== NAME ==&lt;br /&gt;
dd — convert and copy a file&lt;br /&gt;
&lt;br /&gt;
== SYNOPSIS ==&lt;br /&gt;
&amp;lt;code&amp;gt;dd [operand...]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== DESCRIPTION ==&lt;br /&gt;
The &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; utility shall copy the specified input file to the specified output file with possible conversions using specific input and output block sizes. It reads input one block at a time, applies specified conversions, and writes output accordingly.&lt;br /&gt;
&lt;br /&gt;
=== Processing Steps ===&lt;br /&gt;
# An input block is read.&lt;br /&gt;
# If the input block is shorter than the specified input block size and &amp;lt;code&amp;gt;sync&amp;lt;/code&amp;gt; conversion is specified, null bytes shall be appended.&lt;br /&gt;
# If &amp;lt;code&amp;gt;bs=expr&amp;lt;/code&amp;gt; is specified and no conversion other than &amp;lt;code&amp;gt;sync&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;noerror&amp;lt;/code&amp;gt; is requested, the data is written as a single block.&lt;br /&gt;
# If &amp;lt;code&amp;gt;swab&amp;lt;/code&amp;gt; is specified, pairs of input bytes shall be swapped.&lt;br /&gt;
# Other conversions (&amp;lt;code&amp;gt;block&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;unblock&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;lcase&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;ucase&amp;lt;/code&amp;gt;) are performed.&lt;br /&gt;
# Data is aggregated into output blocks of the specified size.&lt;br /&gt;
&lt;br /&gt;
== OPTIONS ==&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
== OPERANDS ==&lt;br /&gt;
* &amp;lt;code&amp;gt;if=file&amp;lt;/code&amp;gt; - Specify input file (default: standard input).&lt;br /&gt;
* &amp;lt;code&amp;gt;of=file&amp;lt;/code&amp;gt; - Specify output file (default: standard output).&lt;br /&gt;
* &amp;lt;code&amp;gt;ibs=expr&amp;lt;/code&amp;gt; - Set input block size (default: 512 bytes).&lt;br /&gt;
* &amp;lt;code&amp;gt;obs=expr&amp;lt;/code&amp;gt; - Set output block size (default: 512 bytes).&lt;br /&gt;
* &amp;lt;code&amp;gt;bs=expr&amp;lt;/code&amp;gt; - Set both input and output block size.&lt;br /&gt;
* &amp;lt;code&amp;gt;skip=n&amp;lt;/code&amp;gt; - Skip &amp;lt;code&amp;gt;n&amp;lt;/code&amp;gt; input blocks.&lt;br /&gt;
* &amp;lt;code&amp;gt;seek=n&amp;lt;/code&amp;gt; - Skip &amp;lt;code&amp;gt;n&amp;lt;/code&amp;gt; output blocks.&lt;br /&gt;
* &amp;lt;code&amp;gt;count=n&amp;lt;/code&amp;gt; - Copy only &amp;lt;code&amp;gt;n&amp;lt;/code&amp;gt; input blocks.&lt;br /&gt;
* &amp;lt;code&amp;gt;conv=value&amp;lt;/code&amp;gt; - Apply conversions like &amp;lt;code&amp;gt;ascii&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;ebcdic&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;lcase&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;ucase&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;swab&amp;lt;/code&amp;gt;, etc.&lt;br /&gt;
&lt;br /&gt;
== EXIT STATUS ==&lt;br /&gt;
* &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt; - Success.&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;gt;0&amp;lt;/code&amp;gt; - An error occurred.&lt;br /&gt;
&lt;br /&gt;
== EXAMPLES ==&lt;br /&gt;
Copy from tape drive 0 to tape drive 1:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
dd if=/dev/rmt0h of=/dev/rmt1h&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Strip the first 10 bytes from input:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
dd ibs=10 skip=1&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Convert an EBCDIC tape to ASCII:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
dd if=/dev/tape of=x ibs=800 cbs=80 conv=ascii,lcase&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== SEE ALSO ==&lt;br /&gt;
* [[sed(1p)]]&lt;br /&gt;
* [[tr(1p)]]&lt;br /&gt;
&lt;br /&gt;
== COPYRIGHT ==&lt;br /&gt;
Portions of this text are reprinted from IEEE Std 1003.1-2017, Standard for Information Technology -- Portable Operating System Interface (POSIX). The official standard can be found at [http://www.opengroup.org/unix/online.html The Open Group].&lt;br /&gt;
&lt;br /&gt;
= Sidslut =&lt;br /&gt;
&lt;br /&gt;
Orginalhemsidan på Engelska :https://man7.org/linux/man-pages/man1/dd.1p.html&lt;br /&gt;
&amp;lt;HR&amp;gt;&lt;br /&gt;
Det här är en maskinöversättning av Linux man sidor till svenska. Om du hittar fel är vi tacksamma om du rapporterar dem via formuläret som finns på &lt;br /&gt;
https://www.linux.se/kontaka-linux-se/&lt;br /&gt;
&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;Tack till [https://pc-service.se PC-Service] som har  sponsrat [https://www.linux.se Linux.se] med webbhotell.&lt;br /&gt;
&lt;br /&gt;
[[Kategori:Linuxmanual grupp 1]]&lt;br /&gt;
[[Kategori:Linuxmanual]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>