Copying a directory in linux shell.

Use this command to copy a directory in the linux shell:
cp -R dirtocopy/ newdir/
it took me a while to figure that out, even with man pages.

Leave a Reply