Hi all! Im using Mavericks
Suppose we have the folder /a/photos which contains
/a/photos/jan
/a/photos/feb
And we have /b/photos which contains
/b/photos/mar
In the command prompt (terminal), if we write
mv /b/photos /a/photos
Then /a/photos will contain all of them (merged):
/a/photos/jan
/a/photos/feb
/a/photos/mar
However, I did the move operation in Finder (command+c, command+alt+v) and pressed the overwrite button thinking it has the same behavior as in mv
Now all my original files in /a/photos are lost. The only thing remaining is:
/a/photos/mar
How do I recover my lost files?
Thanks a lot
Suppose we have the folder /a/photos which contains
/a/photos/jan
/a/photos/feb
And we have /b/photos which contains
/b/photos/mar
In the command prompt (terminal), if we write
mv /b/photos /a/photos
Then /a/photos will contain all of them (merged):
/a/photos/jan
/a/photos/feb
/a/photos/mar
However, I did the move operation in Finder (command+c, command+alt+v) and pressed the overwrite button thinking it has the same behavior as in mv
Now all my original files in /a/photos are lost. The only thing remaining is:
/a/photos/mar
How do I recover my lost files?
Thanks a lot