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

I use xargs for the find + rm cases he mentions. However, if you just want the file names containing the words import, I rely exclusively on grep:

grep -r -l import *.py



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

Search: