The MOVE (abbreviated M) command moves text from one location to
another, deleting it from the original location.
Format: MOVE [range-1] TO [range-2] [/QUERY]
The lines specified by range-1 are moved to a location immediately
above the first line specified by range-2. The lines are deleted from
the original location. If you omit either of the range specifications,
the current line is used. The first line of range-2 becomes the new
current line. To move lines of text without deleting them from the
original location, see the COPY command.
Additional Information:
explode
extract