bug-fileutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Findutils / mv


From: Patrik Kullman
Subject: Findutils / mv
Date: 20 Feb 2003 23:03:44 +0100

Hey,

I just reflected over why a directory structure can't "complete" an
already existing, equally built, directory structure.

Example:
dir1
 -> subdir1
     -> file 1,2,3,4
 -> subdir2
     -> file 1,2,3,4

dir2
 -> subdir1
     -> file 1,2,3,4
 -> subdir2
     -> file 1,2,3,4


I can't seem to merge these two.
(I solved it by: cp -Rf dir1/* dir2; rm -rf dir1)

Why is this?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]