/ Published in: Bash

Here's how to copy 2 directories and strip the .svn and .cvs nonsense, basically an export function, but locally
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
rsync -aC from/dir to/dir
Comments
