would anyone please tell me how i cp the whole directory to another directory without the originalDir name....
ex: say the original contains multiple directory contains multiple directory.. and files how do i copy everything from one directory to another directory
i tried cp -r /home/henry/originalDir /home/henry/newDirectory..... however my newDirectory contains the directory originalDir........
how do i copy everything from the originalDir to the newDir?
by the way, what is the difference between cp and hard link? thank you