ack
Can ack find files based on filename only?
Using ack (sometimes packaged as ack-grep) I know that I can find paths that contain a specific string by 开发者_JAVA百科doing:[详细]
2023-04-11 21:13 分类:问答Ignoring a directory using ack's .ackrc
I\'m not sure what it\'s for, but the code I\'m wo开发者_如何学编程rking on has a bunch of folders called \"save.d,\" it looks like they\'re used for some sort of version control (we also have .svn fo[详细]
2023-04-06 18:14 分类:问答How to make ack include .pbxproj files?
How 开发者_Python百科do I make ack include project.pbxproj files when searching inside Xcode projects?Add the following to your ~/.ackrc file:[详细]
2023-04-01 08:35 分类:问答How to search for '<' in files using ack in powershell in windows?
I cannot figure out how to escape the \'<\' characte开发者_JAVA百科r, and I am confused by the \'The system cannot find the file specified\' error.Can anyone help?[详细]
2023-03-23 22:24 分类:问答Ack with regex - Confusion with simple queries
I am trying to use ack-is-better-than-grep (ack) with regular expressions to find lines and snippets in my code repository. My understanding is that ack uses Perl-derivative regular expressions, is th[详细]
2023-03-21 07:50 分类:问答How do I exclude files and directories from a project in vim (using janus)?
I\'m moving from Textmate to vim (with janus) and want to exclude some directories from Ack in particular, and also NERDTree.[详细]
2023-03-15 10:40 分类:问答What is generally faster, grepping through files or running a SQL LIKE %x% query through blobs?
Say I\'m designing a tool that would save code snippets either in a PostgreSQL/MySQL database or on the file system. I want to search through these snippets. Using a search engine like Sphinx doesn\'t[详细]
2023-03-04 15:48 分类:问答Get ack to exclude files with type ".min.js"
I minify javascript files on the fly and produce a .min.js file beside the existing file.This i开发者_高级运维s a problem though when using ack as it treats these as .js files and searches them litter[详细]
2023-03-01 16:49 分类:问答How can I escape the % and # characters in a Vim command?
I\'m using Ack (https://github.com/mileszs/ack.vim) with the --literal flag to search through projects in Vim. I noticed that whenever I search for a string with the % or # characters, the search does[详细]
2023-02-25 09:53 分类:问答ack regex: Matching two words in order in the same line
I would like to find lines in files that include two words, word_1 and word_2 in order, such as in Line A below, but not as in Line B or Line C:[详细]
2023-02-23 13:59 分类:问答