Revision: 40078
Updated Code
at January 25, 2011 23:04 by nohn
Updated Code
find . -type d -print0 | grep -v "CVS" | xargs -0 cvs add find . -type f -print0 | grep -v "CVS" | xargs -0 cvs add
Revision: 40077
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 25, 2011 23:03 by nohn
Initial Code
find . -type d -print0 | xargs -0 cvs add find . -type f -print0 | xargs -0 cvs add
Initial URL
Initial Description
Initial Title
Add CVS Directories and Files recursively
Initial Tags
find
Initial Language
Bash