Skip to content

Instantly share code, notes, and snippets.

@gvorster
Created June 19, 2015 07:09
Show Gist options
  • Save gvorster/81b01a1fd1c65d8ad767 to your computer and use it in GitHub Desktop.
Save gvorster/81b01a1fd1c65d8ad767 to your computer and use it in GitHub Desktop.
Copy folder recursively
# copies source folder to target folder recursively
cp -r /from/path /to/path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment