Hacker News new | ask | show | jobs
by laumars 4041 days ago
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.
1 comments

Did not know that. Thank you.
What did you think regular grep did, then?