.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "KDB\-MV" "1" "2015-11-19" "" "" . .SH "NAME" \fBkdb\-mv\fR \- Move keys within the key database . .SH "SYNOPSIS" \fBkdb mv \fR . .P Where \fBsource\fR is the path of the key(s) you want to copy and \fBdest\fR is the path where you would like to move the key(s) to\. Note that when using the \fB\-r\fR flag, \fBsource\fR as well as all of the keys below it will be moved\. . .SH "DESCRIPTION" This command moves key(s) in the Key database\. . .br You can move keys to another directory within the database or even below another key\. . .SH "OPTIONS" . .TP \fB\-H\fR, \fB\-\-help\fR Show the man page\. . .TP \fB\-V\fR, \fB\-\-version\fR Print version info\. . .TP \fB\-r\fR, \fB\-\-recursive\fR Work in a recursive mode\. . .TP \fB\-v\fR, \fB\-\-verbose\fR Explain what is happening\. . .SH "EXAMPLES" To move a multiple keys: . .br \fBkdb mv \-r user/example1 user/example2\fR . .P To move a single key: . .br \fBkdb mv user/example/key1 user/example/key2\fR