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

you could also just have find run the grep for you as well

    `find . -type f -name \*.py -exec grep homestring {} \;`
It's not exactly equivalent, however, I often will just use find directly for simple actions.


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

Search: