Created
June 19, 2015 07:09
-
-
Save gvorster/81b01a1fd1c65d8ad767 to your computer and use it in GitHub Desktop.
Copy folder recursively
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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