Joined June 2011
·

Lucas

Gosign media
·
Hamburg
·
·
·

Thanks @gjerokrsteski :) I suspected that there might be an option for this, but I couldn't find it at the time. Nonetheless, it does not fit my usecase, because I need to be able to selectively enable this functionality for certain tests/test suites. But very good to know!

Thanks, hopefully I will never do the same mistake :) When deleting files using find, I usually do this:

find . -name "*.pyc" -exec rm -f {} \;
Achievements
582 Karma
29,170 Total ProTip Views