Hacker News new | ask | show | jobs
by gizmo686 4673 days ago
There were few enough curse words that I manually checked the output of not requiring spaces. Regarding the case sensitivity, it looks like I missed 12 instances of swearing because of that. Also, grep has a "-i" parameter, which makes it case insensitive.
1 comments

Also a -w parameter, to match whole words only, which is generally better than adding spaces :)