1 2 3 4 5 6 7
move, move-row, m <ORIGINAL: usize> <TARGET: usize> Move a row from an original index to a target index. e.g) m 0 5 m 3 10