Remove CVS Information from a Folder
Tagged with: bash, command, cvs, find, Linux, remove, version-control
find -name CVS -exec rm -rf {} \;
NOTE: Works only with bash
find -name CVS -exec rm -rf {} \;
NOTE: Works only with bash
This entry was posted on Friday, February 23rd, 2007 at 11:48 pm and is filed under Command Line, Linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.