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

I very rarely use literal grep at all. Perl grep is my standard goto.

For functions: grep -P '^func funcName\('

For methods: grep -P '^func [^)]+\) methodName\('



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

Search: