Y
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
teamhappy
4041 days ago
Did not know that. Thank you.
link
unwind
4041 days ago
What did you think regular grep did, then?
link