Hacker News new | ask | show | jobs
by teamhappy 4044 days ago
You probably want fgrep.
1 comments

fgrep / grep -F only really comes into it's own if you have regular expression patterns that need to be matched as plain strings. "TODO" is purely alpha characters so regular grep is fine.
Did not know that. Thank you.
What did you think regular grep did, then?