Y
Hacker News
new
|
ask
|
show
|
jobs
by
jdhore
4808 days ago
I've contributed to ag and followed it quite closely. That being said, I still have ack on all my systems because sometimes, being able to just do:
ack --python search-term is REALLY useful.
1 comments
lloeki
4807 days ago
Turning things around, I often have SQL dumps around, so
ack --no-sql
is a real lifesaver in my Rails (i.e ruby, coffee, less, shell and whatnot) projects.
link