<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Command: copy</title><link>https://sourceforge.net/p/hexed/wiki/Command%253A%2520copy/</link><description>Recent changes to Command: copy</description><atom:link href="https://sourceforge.net/p/hexed/wiki/Command:%20copy/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 25 Aug 2012 12:19:00 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/hexed/wiki/Command:%20copy/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Command: copy modified by B.ZaaR</title><link>https://sourceforge.net/p/hexed/wiki/Command%253A%2520copy/</link><description>&lt;h2&gt;Copy: -c [src] [dest] [len]&lt;/h2&gt;
Copies data from the source inserting it at the destination
&lt;pre&gt;hexed -c 100 200 20 file&lt;/pre&gt;
This will copy 32 bytes from 0x100 to 0x200 moving everything at 0x200 up by 32 bytes.

&lt;h2&gt;Copy Overwrite: -co [src] [dest] [len]&lt;/h2&gt;
Copies data from the source overwriting the destination
&lt;pre&gt;hexed -co 100 200 20 file&lt;/pre&gt;
Copy 32 bytes from 0x100 to 0x200 overwriting the original data.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">B.ZaaR</dc:creator><pubDate>Sat, 25 Aug 2012 12:19:00 -0000</pubDate><guid>https://sourceforge.net467485c72f315eb7f7e24c5b154ce8ab643c906a</guid></item></channel></rss>