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

On the other hand, the power shell version returns objects that can be manipulated in a safe way, whereas the find version relies on "-exec" being a feature of find (Talk about bloat.), which is string-based (if you're not extra careful: breaks with spaces/tabs/newlines/semicolons/dollars/backslahes/... depending on what you use it for) and spawns one process per file (really inefficient).



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

Search: