UNIX: Copy Directories


/ Published in: Bash
Save to your folder(s)

The first directory listed is the one to copy, the second is where it's copied to.


Copy this code and paste it in your HTML
  1. cp -r some/path/to/directory some/other/path/to/directory

Report this snippet


Comments


You need to login to view comments.