Skip to content
  • Stavros Sachtouris's avatar
    Change store-move semantics (more like copy) · 8249ee0f
    Stavros Sachtouris authored
    move cont:path path2
       will move all <obj> prefixed with path, as path2<obj>
    move cont:path cont2:
       will move all <obj> prefixed with path to container cont2
    move cont:path [cont2:]path2 --exact-match
       will move at most one <obj> as a new object named path2
    move cont:path [cont2:]path2 --replace
       will move all <obj> prefixed with path, replacing prefix with path2
    8249ee0f