Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> if you have a script iterating over 10k files

That's probably a good sign you should advance from shell. If the script is trivial, it's going to be trivial in python / ruby / go / crystal / ... as well. If it's not trivial, that's another reason to move.



I agree that as scripts get more complex, you should migrate from bash. But the number of files a script touches says almost nothing about its complexity.


Wasn't saying otherwise. One reason is complexity. Another is performance.




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

Search: