<?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: move</title><link>https://sourceforge.net/p/hexed/wiki/Command%253A%2520move/</link><description>Recent changes to Command: move</description><atom:link href="https://sourceforge.net/p/hexed/wiki/Command:%20move/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 25 Aug 2012 12:24:50 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/hexed/wiki/Command:%20move/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Command: move modified by B.ZaaR</title><link>https://sourceforge.net/p/hexed/wiki/Command%253A%2520move/</link><description>&lt;h2&gt;Move: -m [src] [dest] [len]&lt;/h2&gt;
Moves data from the source to the destination
&lt;pre&gt;hexed -m 100 200 20 file&lt;/pre&gt;
Will move 32 bytes from 0x100 to 0x200 and move everything from 0x120 to 0x220 down by 32 bytes.

&lt;h2&gt;Move Overwrite: -mo [src] [dest] [len]&lt;/h2&gt;
Moves the data from the source to the destination writing over the original data at the destination
&lt;pre&gt;hexed -mo 100 200 20 file&lt;/pre&gt;
This will move 32 bytes from 0x100 to 0x200 but will insert zeroes into the file below the destination. This way the data will appear where you expect it to be after the move.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">B.ZaaR</dc:creator><pubDate>Sat, 25 Aug 2012 12:24:50 -0000</pubDate><guid>https://sourceforge.net33e8ed0bd6bed0bb813dea1392d7e854a0487334</guid></item></channel></rss>