Closed hoelzro closed 5 years ago
From https://github.com/petdance/ack/issues/192 by @suan
Say in my current directory there's:
somefolder/lala/somefile.txt somefoler/lala.txt
It would be nice to have a flag that searches based on filename only, such that when I do ack -g -<new flag> lala
ack -g -<new flag> lala
I'd only get back somefolder/lala.txt
somefolder/lala.txt
From https://github.com/petdance/ack/issues/192 by @suan
Say in my current directory there's:
It would be nice to have a flag that searches based on filename only, such that when I do
ack -g -<new flag> lala
I'd only get back
somefolder/lala.txt