Ratings and Reviews
Analyzed
3 months
ago.
based on code collected
5 months
ago.
Community Rating
Average Rating: 4.8/5.0Number of Ratings: 46Number of Reviews: 4
My Review of ack
|
You have not rated or reviewed this project.Click below to rate/review.
|
My Rating:
|
0
|
New Review
|
Can't live without it
written about 18 years ago
I use 'ack' every day to search through thousands of source files spread across dozens of distributions. It beats the hell out of:
find . -type f !-path '*.svn*' | xargs grep Foo
4 out of 4 users found the following review helpful.
Did this review help you?
Yes
|
No
Addictive
written over 17 years ago
Every time I work on a new computer, I invariably try to run ack at some point and get annoyed that I have to fall back to 'egrep -r '' . | grep -v svn'. I hope that someday it's pre-installed everywhere.
2 out of 3 users found the following review helpful.
Did this review help you?
Yes
|
No
What do I think of ack?
written almost 16 years ago
I've aliased "grep" to "ack". That's what I think.
Did this review help you?
Yes
|
No
What do I think of ack?
written almost 16 years ago
I've aliased "grep" to "ack". That's what I think.
Did this review help you?
Yes
|
No
Excellent
written almost 17 years ago
Fantastic tool, this should be installed on every developer's machine :)
0 out of 1 users found the following review helpful.
Did this review help you?
Yes
|
No
Addictive
written over 17 years ago
Every time I work on a new computer, I invariably try to run ack at some point and get annoyed that I have to fall back to 'egrep -r '' . | grep -v svn'. I hope that someday it's pre-installed everywhere.
2 out of 3 users found the following review helpful.
Did this review help you?
Yes
|
No
Can't live without it
written about 18 years ago
I use 'ack' every day to search through thousands of source files spread across dozens of distributions. It beats the hell out of:
find . -type f !-path '*.svn*' | xargs grep Foo
4 out of 4 users found the following review helpful.
Did this review help you?
Yes
|
No
See all reviews