|
Hello,
can i following do with this great module:
This is the example tree:
"/home/example/100/dir_a"
"/home/example/100/dir_a/dir_aa/some_files"
"/home/example/100/dir_a/dir_ab/some_files"
"/home/example/100/dir_a/dir_ac/some_files"
"/home/example/dir_b/"
Moving dir_a and his content to existing dir_b with one step (command) without "copy and after delete"
"/home/example/100/dir_b/dir_a"
"/home/example/100/dir_b/dir_a/dir_aa/some_files"
"/home/example/100/dir_b/dir_a/dir_ab/some_files"
"/home/example/100/dir_b/dir_a/dir_ac/some_files"
thanx for answers
|