Joined: 30 Nov 2008 Posts: 2407 Location: Montenegro
Posted: Sat 14 Nov 2009, 18:58 Post subject:
You want to merge all files from one directory to another?
Just use same method used for installing sfs's (and pets probably):
Let's say you have 2 directories dir1 and dir2:
Code:
cd dir1
cp -a * ../dir2
That easy, and if you don't want to overwrite already existing files in dir2 you can use:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum