advanced code snippet search
tclancy on 03/20/13
03/20/13 07:55am
URL: http://techie-buzz.com/tips-and-tricks/recursively-delete-files-in-folders-and-sub-folders-using-command-prompt.html
Get rid of all pyc files under this folder (useful after branch switch)
del /S *.pyc
Report this snippet Tweet
Comment:
You need to login to post a comment.