Merging folders

Tegeril

Platinum Member
Apr 2, 2003
2,906
5
81
If Snow Leopard is missing the "merge" feature that MS put into Vista, I'll be a sad panda.
 

PCTC2

Diamond Member
Feb 18, 2007
3,892
33
91
use the terminal?

cd [SOURCE_DIR]
cp -R * /[DEST_DIR]/.

That will copy all the source files into the destination directory without copying the actual source directory.
 

sourceninja

Diamond Member
Mar 8, 2005
8,805
65
91
Originally posted by: PCTC2
use the terminal?

cd [SOURCE_DIR]
cp -R * /[DEST_DIR]/.

That will copy all the source files into the destination directory without copying the actual source directory.

This. I use the terminal for any major file system changes.
 

suklee

Diamond Member
Oct 9, 1999
4,575
10
81
Originally posted by: Kaido
Command-A + drag & drop? :confused:

If both source and destination has a ton of nested files/folders that go several folders deep, this would be a pain... it always overwrites the destination folders :confused:
 

NiKeFiDO

Diamond Member
May 21, 2004
3,901
1
76
Originally posted by: sourceninja
Originally posted by: PCTC2
use the terminal?

cd [SOURCE_DIR]
cp -R * /[DEST_DIR]/.

That will copy all the source files into the destination directory without copying the actual source directory.

This. I use the terminal for any major file system changes.

Another vote for this.

I have the Terminal app in my dock at all times :p