Remove CVS files

I have this folder full of someone's CVS files that I need to clean out. I got this off IRC:

To list them:
find /htdoc -name CVS -exec ls -alh '{}' \;

To remove:
find /htdoc -name CVS -exec rm -rf '{}' \;




Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options