/ Published in: Bash
Expand |
Embed | Plain Text
# The standard UNIX way cp -R -v source/ destination # an example cp -R -v ~a/magento/app ~/b/magento/ # The geeky UNIX way (restartable) rsync -vaEW source/ destination # The OSX "easy" way ditto -V source destination
You need to login to post a comment.
