/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -type d -print0 | grep -v "CVS" | xargs -0 cvs add find . -type f -print0 | grep -v "CVS" | xargs -0 cvs add