Closed destitutus closed 11 years ago
Wrong glob, it must be **/*.*
to search in all files with all extensions:
dignifiedquire in ~/Downloads/test
$ snr -C 3 "Privet" -Q --max-result-count 501 "**/*.*"
doc/test/test/test/test.html
1:Privet
doc/test/test/test/test.txt
1:Privet
humans.txt
1-# humanstxt.org/
2-# The humans responsible & technology colophon
3-Прывет
4:Privet
5-# TEAM
6-
7- <name> -- <role> -- <twitter>
Found 3 matches in 3 file(s).
Can't reproduce (ack 2.04 on Mac OX 10.7)
dignifiedquire in ~/Downloads/test
$ snr -C 3 "Privet" -Q --max-result-count 501 "*"
doc/test/test/test/test.html
1:Privet
doc/test/test/test/test.txt
1:Privet
humans.txt
1-# humanstxt.org/
2-# The humans responsible & technology colophon
3-Прывет
4:Privet
5-# TEAM
6-
7- <name> -- <role> -- <twitter>
Found 3 matches in 3 file(s).
Reproduced case2 with ack-grep 1.9.2
. Looks like it's a problem with ack itself, so we either have to live with it or upgrade.
so, we must use embeded ack version for search
Should be fixed in 0.2.0
.
case 1 - duplicates doc/test/test/test/test.txt:
case 2 - missed doc/test/test/test/test.txt:
zip for project was sent by email