Hacker News new | past | comments | ask | show | jobs | submit login

One problem with 'rm -f' is that it returns success even when it fails. The flag actually means two separate things:

    * override normal protection
    * don't return error if it fails.
I'm pretty sure it's this way for the benefit of "make". You typically don't the clean target to ever "fail".



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: