Pages

Wednesday, September 28, 2011

Unix shell commands

  • delete subdirectories with specific names
    find . -type d | grep .svn | xargs rm -r

No comments:

Post a Comment