Copy files from dir1 to dir2 without replacing the existing files on dir2
Copy files from dir1 to dir2 without replacing the existing files on dir2
[root@twenty ]# ls
dir1 dir2
[root@twenty ]# ls dir1
a b c d e f
[root@twenty ]# ls dir2
a b c
|
|||||||||||||||||||
Copy files from dir1 to dir2 without replacing the existing files on dir2
[root@twenty ]# ls
dir1 dir2
[root@twenty ]# ls dir1
a b c d e f
[root@twenty ]# ls dir2
a b c
Powered by WordPress