8 lines
174 B
XML
8 lines
174 B
XML
$ pda set src@msf hello
|
|
$ pda set dst@msf existing
|
|
$ pda mv src@msf dst@msf --safe
|
|
info skipped 'dst@msf': already exists
|
|
$ pda get src@msf
|
|
hello
|
|
$ pda get dst@msf
|
|
existing
|