Copying a directory in linux shell.

Filed under: Asides | Taged:, , , |

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.

Related Posts

Title Date

Comments ?

Title