Y
Hacker News
new
|
ask
|
show
|
jobs
by
teamhappy
4044 days ago
You probably want fgrep.
1 comments
laumars
4044 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.
link
teamhappy
4044 days ago
Did not know that. Thank you.
link
unwind
4044 days ago
What did you think regular grep did, then?
link